mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#9999 changed value limit in sql filter
This commit is contained in:
parent
7906c8fe2f
commit
a1421b9138
@ -850,11 +850,9 @@ if ($get_agent_alerts_datatable === true) {
|
||||
} else {
|
||||
$options_simple = [
|
||||
'order' => $order,
|
||||
'limit' => ($length > 0) ? $length : 18446744073709551615,
|
||||
'offset' => $start,
|
||||
];
|
||||
if ($length > 0) {
|
||||
$options_simple['limit'] = $length;
|
||||
}
|
||||
}
|
||||
|
||||
if ($idAgent !== 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user