|
From: OryNider <ory...@us...> - 2008-03-01 18:33:46
|
Update of /cvsroot/mxbb/mx_radio/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24089 Modified Files: common.php Log Message: $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x Index: common.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/includes/common.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** common.php 28 Feb 2008 06:26:35 -0000 1.3 --- common.php 1 Mar 2008 18:33:42 -0000 1.4 *************** *** 41,44 **** --- 41,46 ---- } + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + // // Load language files. |