|
From: FlorinCB <ory...@us...> - 2008-12-16 22:55:00
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15759 Modified Files: cal_settings.php Log Message: fix Index: cal_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/cal_settings.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** cal_settings.php 28 Aug 2008 18:31:00 -0000 1.18 --- cal_settings.php 16 Dec 2008 22:34:15 -0000 1.19 *************** *** 28,31 **** --- 28,33 ---- define( 'SECONDS_PER_DAY', 86400 ); // 24h * 60m * 60s + global $mx_user; + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x |