From 9abe339c99a5596c8c3503fa62ecd17e4bcb74ab Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 Aug 2003 16:12:09 +0000 Subject: Patches from Moshe: - Tracker module: adds a missing call to tablesort_pager(). - Tablesort: + add 'title' attributes + let arbitrary querystring params flow through to pager links + removed ugly border around the arrow --- modules/tracker/tracker.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tracker/tracker.module') diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index 31eefb0c2..1f8b4ea48 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -75,7 +75,7 @@ function tracker_posts($id = 0) { $rows[] = array(array("data" => $type, "class" => "type"), array("data" => $title . $comments, "class" => "content"), array("data" => $author, "class" => "author"), array("data" => format_date($node->last_activity, "small"), "class" => "last_post")); } - if ($pager = pager_display(NULL, 10)) { + if ($pager = pager_display(NULL, 10, 0, "default", tablesort_pager())) { $rows[] = array(array("data" => $pager, "colspan" => 4)); } -- cgit v1.2.3