#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…
Reference in New Issue