diff options
Diffstat (limited to 'includes/tablesort.inc')
-rw-r--r-- | includes/tablesort.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/tablesort.inc b/includes/tablesort.inc index 56d805e1b..064b8e824 100644 --- a/includes/tablesort.inc +++ b/includes/tablesort.inc @@ -157,7 +157,6 @@ function tablesort_get_order($headers) { if ($header['sort'] == 'asc' || $header['sort'] == 'desc') { $default = array('name' => $header['data'], 'sql' => $header['field']); } - $i++; } if ($default) { |