"fixed typo: datatime --> datetime"

This commit is contained in:
Ralf Becker 2008-03-22 09:23:14 +00:00
parent a02a89fbdb
commit 8a6d33744a

View File

@ -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'];