mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix range date format
This commit is contained in:
parent
d846176c9f
commit
65baaf764e
@ -65,10 +65,8 @@ class calendar_merge extends bo_merge
|
|||||||
|
|
||||||
$this->bo = new calendar_boupdate();
|
$this->bo = new calendar_boupdate();
|
||||||
|
|
||||||
self::$range_tags += array(
|
self::$range_tags['start'] = $GLOBALS['egw_info']['user']['preferences']['common']['dateformat'];
|
||||||
'start' => $GLOBALS['egw_info']['user']['preferences']['common']['dateformat'],
|
self::$range_tags['end'] = $GLOBALS['egw_info']['user']['preferences']['common']['dateformat'];
|
||||||
'end' => $GLOBALS['egw_info']['user']['preferences']['common']['dateformat'],
|
|
||||||
);
|
|
||||||
|
|
||||||
// Register table plugins
|
// Register table plugins
|
||||||
$this->table_plugins['participant'] = 'participant';
|
$this->table_plugins['participant'] = 'participant';
|
||||||
|
Loading…
Reference in New Issue
Block a user