|
From: FlorinCB <ory...@us...> - 2008-08-28 18:31:05
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13090 Modified Files: cal_settings.php Log Message: use _core style Index: cal_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/cal_settings.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** cal_settings.php 3 Jun 2008 20:07:10 -0000 1.17 --- cal_settings.php 28 Aug 2008 18:31:00 -0000 1.18 *************** *** 28,31 **** --- 28,33 ---- define( 'SECONDS_PER_DAY', 86400 ); // 24h * 60m * 60s + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + // ------------------------------------------------------------------------- // Extend User Style with module lang and images |