Home » Structures » Structures_DataGrid » Bug #6032
DataSource/DataObject.php line 141 lost a "="
Details
| Submitted | 2005-11-22 03:27 UTC |
|---|---|
| From | digit_shine at yahoo dot com dot cn |
| Assigned | wiesemann |
| Status | Bogus |
| Package | Structures_DataGrid |
| PHP Version | 4.3.11 |
| OS | windowsXp |
| 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;
}