|
From: OryNider <ory...@us...> - 2008-03-10 05:56:47
|
Update of /cvsroot/mxbb/mx_music/music_box/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21431/mx_music/music_box/includes Modified Files: Tag: core28x music_constants.php Log Message: this is a fix. Index: music_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/includes/music_constants.php,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** music_constants.php 8 Mar 2008 15:42:47 -0000 1.1.2.3 --- music_constants.php 10 Mar 2008 05:56:39 -0000 1.1.2.4 *************** *** 64,74 **** // Footer Copyrights // ------------------------------------------------------------------------- ! if ( !MXBB_MODULE || MXBB_27x ) { if (!defined( 'IN_ADMIN' )) { ! $mx_user->set_module_cfg_name('music'); ! $mx_user->set_module_lang_path($module_root_path . 'music_box/'); ! $mx_user->extend(MX_LANG_ALL, MX_IMAGES); } } --- 64,74 ---- // Footer Copyrights // ------------------------------------------------------------------------- ! if (!MXBB_MODULE) { if (!defined( 'IN_ADMIN' )) { ! $mx_user->set_module_cfg_name('linkdb'); ! $mx_user->set_module_lang_path($module_root_path . 'linkdb/'); ! $mx_user->extend(); } } |