update function call

This commit is contained in:
ceb 2002-10-15 21:41:26 +00:00
parent 3c48c1c3aa
commit 8a197707a1

View File

@ -209,7 +209,7 @@
'lang_all' => lang('All'),
'lang_select' => lang('Select'),
'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,
'qfield' => $qfield,
'start_value' => $start,
@ -430,7 +430,7 @@
'lang_all' => lang('All'),
'lang_select' => lang('Select'),
'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,
'qfield' => $qfield,
'start_value' => $start,