forked from extern/egroupware
"fixed typo"
This commit is contained in:
parent
21edc1ac8a
commit
003420713b
@ -230,7 +230,7 @@ class calendar_uilist extends calendar_ui
|
||||
'offset' => (int) $params['start'],
|
||||
'num_rows'=> $params['num_rows'],
|
||||
'order' => $params['order'] ? $params['order'].' '.$params['sort'] : 'cal_start',
|
||||
'cfs' => $params['csv_explort'] ? array() : $cfs,
|
||||
'cfs' => $params['csv_export'] ? array() : $cfs,
|
||||
);
|
||||
switch($params['filter'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user