|
From: Florin C B. <ory...@us...> - 2012-10-25 12:58:36
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory vz-cvs-4.sog:/tmp/cvs-serv5700 Modified Files: cal_settings.php Log Message: constants Index: cal_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/cal_settings.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** cal_settings.php 16 Dec 2008 22:34:15 -0000 1.19 --- cal_settings.php 25 Oct 2012 12:58:33 -0000 1.20 *************** *** 27,31 **** // define( 'SECONDS_PER_DAY', 86400 ); // 24h * 60m * 60s ! global $mx_user; --- 27,31 ---- // define( 'SECONDS_PER_DAY', 86400 ); // 24h * 60m * 60s ! define( 'PAGE_CALENDAR', -91 ); global $mx_user; |