mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'ent-12357-16494-guardia-botones-previous-y-next-no-funcionan-en-772-1-en-snmp-console' into 'develop'
Ent 12357 [#16494][GUARDIA] Botones Previous y Next no funcionan en 772.1 en SNMP Console See merge request artica/pandorafms!6611
This commit is contained in:
commit
ae7a07ba6d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user