Hi,
I fixed the array indexing from $array{i}-style to $array[i] in all the places I could find.
Also, the sql_freeresult() function in mysqli.php caused the script to break when called on an already freed query_id (as it happens in info.php).
Not sure why the Id:-lines in userprefs.php and statistics.php get stripped when pushing - they are still present in my local code.
Hi, I fixed the array indexing from
$array{i}
-style to$array[i]
in all the places I could find. Also, the sql_freeresult() function in mysqli.php caused the script to break when called on an already freed query_id (as it happens in info.php). Not sure why the Id:-lines in userprefs.php and statistics.php get stripped when pushing - they are still present in my local code.