#12357 fixed pagination datatable

This commit is contained in:
Daniel Cebrian 2023-10-31 09:16:42 +01:00
parent b5098ab0e5
commit 34c66981be
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ class SnmpConsole extends HTML
$sql_count = sprintf($sql_count, $whereSubquery);
$traps = db_get_all_rows_sql($sql, true);
$total = (int) db_get_value_sql($sql_count, false, true);
$total = (int) db_get_value_sql($sql_count, false, false);
if (empty($traps) === false) {
$data = $traps;