mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 12:30:35 +01:00
Fix selezione totale datatables
This commit is contained in:
parent
3e27ab4825
commit
daffd7b86d
@ -174,7 +174,7 @@ class Query
|
||||
}
|
||||
|
||||
// Paginazione
|
||||
if (!empty($limit)) {
|
||||
if (!empty($limit) && intval($limit['length']) > 0) {
|
||||
$query .= ' LIMIT '.$limit['start'].', '.$limit['length'];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user