aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/functions_history.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/include/functions_history.inc.php')
-rw-r--r--admin/include/functions_history.inc.php2
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);