mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
update function call
This commit is contained in:
parent
3c48c1c3aa
commit
8a197707a1
@ -209,7 +209,7 @@
|
|||||||
'lang_all' => lang('All'),
|
'lang_all' => lang('All'),
|
||||||
'lang_select' => lang('Select'),
|
'lang_select' => lang('Select'),
|
||||||
'cat_field' => $cat_field,
|
'cat_field' => $cat_field,
|
||||||
'categories' => $cats->formated_list('select','all',$cat_id,'True'),
|
'categories' => $cats->formatted_list('select','all',$cat_id,'True'),
|
||||||
'filter_value' => $filter,
|
'filter_value' => $filter,
|
||||||
'qfield' => $qfield,
|
'qfield' => $qfield,
|
||||||
'start_value' => $start,
|
'start_value' => $start,
|
||||||
@ -430,7 +430,7 @@
|
|||||||
'lang_all' => lang('All'),
|
'lang_all' => lang('All'),
|
||||||
'lang_select' => lang('Select'),
|
'lang_select' => lang('Select'),
|
||||||
'cat_field' => $cat_field,
|
'cat_field' => $cat_field,
|
||||||
'categories' => $cats->formated_list('select','all',$cat_id,'True'),
|
'categories' => $cats->formatted_list('select','all',$cat_id,'True'),
|
||||||
'filter_value' => $filter,
|
'filter_value' => $filter,
|
||||||
'qfield' => $qfield,
|
'qfield' => $qfield,
|
||||||
'start_value' => $start,
|
'start_value' => $start,
|
||||||
|
Loading…
Reference in New Issue
Block a user