summaryrefslogtreecommitdiff
path: root/admin_site_change.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin_site_change.php')
-rw-r--r--admin_site_change.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin_site_change.php b/admin_site_change.php
index cbecf54559..b769379563 100644
--- a/admin_site_change.php
+++ b/admin_site_change.php
@@ -148,8 +148,8 @@ case 'load_json':
if ($key > 0) {
$order_by .= ',';
}
- // Datatables numbers columns 0, 1, 2, ...
- // MySQL numbers columns 1, 2, 3, ...
+ // Datatables numbers columns 0, 1, 2
+ // MySQL numbers columns 1, 2, 3
switch ($value['dir']) {
case 'asc':
$order_by .= (1 + $value['column']) . " ASC ";