|
From: OryNider <ory...@us...> - 2008-03-01 18:39:54
|
Update of /cvsroot/mxbb/mx_pjirc/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26471/includes Modified Files: Tag: core28x common.php Log Message: ah, this should be version 1.0.7 not 1.0.8 Index: common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/includes/common.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 *** common.php 1 Mar 2008 18:10:31 -0000 1.1.2.3 --- common.php 1 Mar 2008 18:39:50 -0000 1.1.2.4 *************** *** 30,34 **** // mx_pjirc version... // ! define('_PJIRC_VERSION', "mx_PJIRC v.1.0"); // --- 30,34 ---- // mx_pjirc version... // ! define('_PJIRC_VERSION', "Mx_PJIRC v.1.0.7"); // *************** *** 44,48 **** // Load language files. // ! $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x $mx_user->extend(MX_LANG_MAIN, MX_IMAGES_NONE); --- 44,48 ---- // Load language files. // ! //$mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x $mx_user->extend(MX_LANG_MAIN, MX_IMAGES_NONE); |