|
From: OryNider <ory...@us...> - 2008-03-01 18:32:15
|
Update of /cvsroot/mxbb/mx_shotcast/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23643 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_shotcast/includes/common.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** common.php 28 Feb 2008 06:26:42 -0000 1.5 --- common.php 1 Mar 2008 18:32:11 -0000 1.6 *************** *** 29,32 **** --- 29,34 ---- } + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + // // mx_shotcast version... |