skyjou
skyjou
If I change line 8072 in `thold_functions.php` from: `$total_rows = get_total_row_data($user_id, $sql, array(), 'thold_device');` to: `$total_rows = get_total_row_data($user_id, $sql, array(), 'thold_device', 10);` or: `$total_rows = db_fetch_cell($sql);` Narbar can update correctly,...
```console $ grep -r get_total_row_data * thold/thold_functions.php: if (function_exists('get_total_row_data') && $graph_id == 0) { thold/thold_functions.php: $total_rows = get_total_row_data($user_id, $sql, array(), 'thold'); thold/thold_functions.php: if (function_exists('get_total_row_data') && $graph_id == 0) { thold/thold_functions.php:...
I'm still using version 1.2.28.