fixed not working group-selectbox

This commit is contained in:
Ralf Becker 2005-12-14 23:27:17 +00:00
parent ff335717b9
commit dc8d6aa52b

View File

@ -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,