From ef6cbfda6fdc0e5d1c8c5fd900eb662722e89e0f Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 25 Jul 2004 19:50:23 +0000 Subject: - Fixing broken tablesort due to typo with quotes. --- includes/tablesort.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/tablesort.inc b/includes/tablesort.inc index 7a3fcf1ee..e80eb544f 100644 --- a/includes/tablesort.inc +++ b/includes/tablesort.inc @@ -85,7 +85,7 @@ function tablesort_header($cell, $header, $ts) { $ts['sort'] = 'asc'; } $title = t('sort by %s', array('%s' => $cell['data'])); - $cell['data'] = l($cell['data'] . $image, $_GET['q'], array('title' => $title), 'sort="'. $ts['sort'] .'&order='. urlencode($cell['data']). $ts['query_string']); + $cell['data'] = l($cell['data'] . $image, $_GET['q'], array('title' => $title), 'sort='. $ts['sort'] .'&order='. urlencode($cell['data']). $ts['query_string']); unset($cell['field'], $cell['sort']); } -- cgit v1.2.3