summaryrefslogtreecommitdiff
path: root/includes/tablesort.inc
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-10-27 21:50:16 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-10-27 21:50:16 +0000
commitfa37f47d0b21dff0261d76bc8607606bac1f7558 (patch)
tree9e61ebab0a7ff1dad628a65a2323e939b642115e /includes/tablesort.inc
parent7b0ddafc38e1ab3a01329d74521227cd12bf18eb (diff)
downloadbrdo-fa37f47d0b21dff0261d76bc8607606bac1f7558.tar.gz
brdo-fa37f47d0b21dff0261d76bc8607606bac1f7558.tar.bz2
- Fixing typo that Dries didn't notice I told him about.
Diffstat (limited to 'includes/tablesort.inc')
-rw-r--r--includes/tablesort.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/tablesort.inc b/includes/tablesort.inc
index 0ba06f196..040858643 100644
--- a/includes/tablesort.inc
+++ b/includes/tablesort.inc
@@ -71,7 +71,7 @@ function tablesort_get_order($headers) {
}
else {
// The first column specified is initial 'order by' field unless otherwise specified
- $first = reset($header);
+ $first = reset($headers);
return $first['data'];
}
}