Fix range date format

This commit is contained in:
Nathan Gray 2011-02-17 16:50:46 +00:00
parent d846176c9f
commit 65baaf764e

View File

@ -65,10 +65,8 @@ class calendar_merge extends bo_merge
$this->bo = new calendar_boupdate();
self::$range_tags += array(
'start' => $GLOBALS['egw_info']['user']['preferences']['common']['dateformat'],
'end' => $GLOBALS['egw_info']['user']['preferences']['common']['dateformat'],
);
self::$range_tags['start'] = $GLOBALS['egw_info']['user']['preferences']['common']['dateformat'];
self::$range_tags['end'] = $GLOBALS['egw_info']['user']['preferences']['common']['dateformat'];
// Register table plugins
$this->table_plugins['participant'] = 'participant';