Open nerv-patolog opened 8 years ago
Line 113:
Now there is: $this->xmlentities($this->data[$name]) but I think there should be the following: $this->xmlentities($this->data[$db_name])
$this->xmlentities($this->data[$name])
$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.
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.