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 38d3950eb..298c6937c 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'].' OFFSET '.$conf['nb_logs_page'].' + // LIMIT '.$conf['nb_logs_page'].' OFFSET '.$page['start'].' $result = pwg_query($query); |