I see the data in the table but the tag doesn't output anything. On line 284 in ft.time_select.php, adding a var_dump() before this line outputs the data but adding a var_dump after this line outputs nothing. In other words
var_dump($data); //outputs data $data = $this->_create_timestamp($data); var_dump($data); //outputs no data
I see the data in the table but the tag doesn't output anything. On line 284 in ft.time_select.php, adding a var_dump() before this line outputs the data but adding a var_dump after this line outputs nothing. In other words
var_dump($data); //outputs data $data = $this->_create_timestamp($data); var_dump($data); //outputs no data
Any suggestions? Thank you!