diff options
Diffstat (limited to 'includes/tablesort.inc')
-rw-r--r-- | includes/tablesort.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/tablesort.inc b/includes/tablesort.inc index 58f269225..74bd5e3ca 100644 --- a/includes/tablesort.inc +++ b/includes/tablesort.inc @@ -41,6 +41,10 @@ function tablesort($cell, $header) { } $cell['data'] = l($cell['data'] . $image, $_GET['q'], array("title" => $title), "sort=". $ts['sort']. "&order=". urlencode($cell['data']). $ts['query_string']); + + unset($cell['field']); + unset($cell['sort']); + return $cell; } |