adam berger - 2020-06-18 13:30:54 -
In reply to message 1 from synthetron
Hi,
You probably need to change the PHP version to 5.6 or higher PHP 7.3 This is how the table to PHP 5.2 should look
$ tBodyRows = array (
"0" => array ('1', '2', '3', '4'),
"1" => array ('2', '2', '3', '4'),
"2" => array ('3', '2', '3', '4'),
"3" => array ('4', '2', '3', '4')
);