mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
"fixed typo: datatime --> datetime"
This commit is contained in:
parent
a02a89fbdb
commit
8a6d33744a
@ -158,7 +158,7 @@ class bocal
|
||||
if ($this->debug > 0) $this->debug_message('bocal::bocal() started',True,$param);
|
||||
|
||||
$this->so = new socal();
|
||||
$this->datetime = $GLOBALS['egw']->datatime;
|
||||
$this->datetime = $GLOBALS['egw']->datetime;
|
||||
|
||||
$this->common_prefs =& $GLOBALS['egw_info']['user']['preferences']['common'];
|
||||
$this->cal_prefs =& $GLOBALS['egw_info']['user']['preferences']['calendar'];
|
||||
|
Loading…
Reference in New Issue
Block a user