mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
small tweak to sort querystring
This commit is contained in:
parent
bba5990cda
commit
fabda30701
@ -346,7 +346,7 @@
|
|||||||
$cols .= ' <td height="21">' . "\n";
|
$cols .= ' <td height="21">' . "\n";
|
||||||
$cols .= ' <font size="-1" face="Arial, Helvetica, sans-serif">';
|
$cols .= ' <font size="-1" face="Arial, Helvetica, sans-serif">';
|
||||||
$cols .= $phpgw->nextmatchs->show_sort_order($this->sort,
|
$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 .= "</font>\n </td>";
|
$cols .= "</font>\n </td>";
|
||||||
$cols .= "\n";
|
$cols .= "\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user