summaryrefslogtreecommitdiff
path: root/includes/tablesort.inc
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-08-25 08:44:17 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-08-25 08:44:17 +0000
commitd2040abf3810e78f26617932f14f312f38054f6a (patch)
treeb607429e369260900bc56e42562a32554e650f55 /includes/tablesort.inc
parentcefb123e24e29636a4bb845ff7be687782b960a0 (diff)
downloadbrdo-d2040abf3810e78f26617932f14f312f38054f6a.tar.gz
brdo-d2040abf3810e78f26617932f14f312f38054f6a.tar.bz2
- Adding $Id$ and removing som extra spacing
Diffstat (limited to 'includes/tablesort.inc')
-rw-r--r--includes/tablesort.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/includes/tablesort.inc b/includes/tablesort.inc
index 8b7fdd2a6..b0a17b027 100644
--- a/includes/tablesort.inc
+++ b/includes/tablesort.inc
@@ -1,4 +1,5 @@
<?php
+// $Id$
function tablesort_init($header) {
static $ts;
@@ -87,6 +88,4 @@ function tablesort_get_sort($headers) {
return 'asc';
}
-
-
-?>
+?> \ No newline at end of file