diff options
Diffstat (limited to '')
-rw-r--r-- | admin/include/functions_history.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/functions_history.inc.php b/admin/include/functions_history.inc.php index 824caed42..38d3950eb 100644 --- a/admin/include/functions_history.inc.php +++ b/admin/include/functions_history.inc.php @@ -161,7 +161,7 @@ SELECT WHERE '.$where_separator.' ;'; - // LIMIT '.$page['start'].', '.$conf['nb_logs_page'].' + // LIMIT '.$page['start'].' OFFSET '.$conf['nb_logs_page'].' $result = pwg_query($query); |