connector-php icon indicating copy to clipboard operation
connector-php copied to clipboard

Troubles in DataItem class

Open nerv-patolog opened this issue 9 years ago • 0 comments

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.

nerv-patolog avatar Feb 09 '16 14:02 nerv-patolog