|
From: FlorinCB <ory...@us...> - 2009-01-24 13:42:54
|
Update of /cvsroot/mxbb/mx_pjirc/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4000/includes Modified Files: common.php Log Message: upgrade Index: common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/includes/common.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** common.php 19 Jul 2008 21:25:36 -0000 1.6 --- common.php 24 Jan 2009 13:42:41 -0000 1.7 *************** *** 47,51 **** // $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x ! $mx_user->extend(MX_LANG_MAIN, MX_IMAGES_NONE); if ((@include $module_root_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx") === false) --- 47,51 ---- // $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x ! $mx_user->extend(MX_LANG_ALL, MX_IMAGES); if ((@include $module_root_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx") === false) |