mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fixed not working group-selectbox
This commit is contained in:
parent
ff335717b9
commit
dc8d6aa52b
@ -303,7 +303,7 @@
|
||||
$p->set_block('list','letter_search','letter_search_cells');
|
||||
|
||||
$search_param = array(
|
||||
'type' => (int)$_REQUEST['group_id'] > 0 ? $_REQUEST['group_id'] : 'accounts',
|
||||
'type' => (int)$_REQUEST['group_id'] ? $_REQUEST['group_id'] : 'accounts',
|
||||
'start' => $start,
|
||||
'sort' => $sort,
|
||||
'order' => $order,
|
||||
|
Loading…
Reference in New Issue
Block a user