PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Structures » Structures_DataGrid » Bug #6032

DataSource/DataObject.php line 141 lost a "="

Details

Submitted2005-11-22 03:27 UTC
Fromdigit_shine at yahoo dot com dot cn
Assignedwiesemann
StatusBogus
PackageStructures_DataGrid
PHP Version4.3.11
OSwindowsXp
Roadmaps(Not assigned)

Comments

[2005-11-22 03:27 UTC] digit_shine at yahoo dot com dot cn

Description:
------------
DataGrid version 0.6.3
in DataSource/DataObject.php line 141 lost a "="

// Merging the labels and labels_property options
if (!$this->_options['labels']
and $labelsVar = $this->_options['labels_property']
and isset($this->_dataobject->$labelsVar)) {

$mergeOptions['labels'] = $this->_dataobject->$labelsVar;

}