wrong weekdays after autoloading of so class (happens after using the constants)

This commit is contained in:
Ralf Becker 2008-06-12 07:03:06 +00:00
parent bc6f5c6a21
commit 56c4f47c30

View File

@ -25,6 +25,11 @@ define('WEEK_s',7*DAY_s);
*/
define('EGW_ACL_READ_FOR_PARTICIPANTS',EGW_ACL_CUSTOM_1);
/**
* Required (!) include, as we use the MCAL_* constants, BEFORE instanciating (and therefore autoloading) the class
*/
require_once(EGW_INCLUDE_ROOT.'/calendar/inc/class.calendar_so.inc.php');
/**
* Class to access all calendar data
*