From fabda307010324908891c15fd5410d3887981d86 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 12 Jul 2001 01:13:07 +0000 Subject: [PATCH] small tweak to sort querystring --- addressbook/inc/class.uiaddressbook.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.uiaddressbook.inc.php b/addressbook/inc/class.uiaddressbook.inc.php index 34a0e74aff..9ccd937ec8 100644 --- a/addressbook/inc/class.uiaddressbook.inc.php +++ b/addressbook/inc/class.uiaddressbook.inc.php @@ -346,7 +346,7 @@ $cols .= ' ' . "\n"; $cols .= ' '; $cols .= $phpgw->nextmatchs->show_sort_order($this->sort, - $column[0],$this->order,"/index.php",$showcol,'menuaction=addressbook.uiaddressbook.get_list&cat_id='.$this->cat_id); + $column[0],$this->order,"/index.php",$showcol,'&menuaction=addressbook.uiaddressbook.get_list&cat_id='.$this->cat_id); $cols .= "\n "; $cols .= "\n"; }