summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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