forked from extern/egroupware
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');
|
$p->set_block('list','letter_search','letter_search_cells');
|
||||||
|
|
||||||
$search_param = array(
|
$search_param = array(
|
||||||
'type' => (int)$_REQUEST['group_id'] > 0 ? $_REQUEST['group_id'] : 'accounts',
|
'type' => (int)$_REQUEST['group_id'] ? $_REQUEST['group_id'] : 'accounts',
|
||||||
'start' => $start,
|
'start' => $start,
|
||||||
'sort' => $sort,
|
'sort' => $sort,
|
||||||
'order' => $order,
|
'order' => $order,
|
||||||
|
Loading…
Reference in New Issue
Block a user