connector-php
connector-php copied to clipboard
Troubles in DataItem class
Line 113:
Now there is:
$this->xmlentities($this->data[$name])
but I think there should be the following:
$this->xmlentities($this->data[$db_name])
I found this issue on the Laravel framework when tried to load options for the columns with dropdown list in dhtmlxGrid.