|
From: OryNider <ory...@us...> - 2008-03-13 03:27:54
|
Update of /cvsroot/mxbb/mx_smartor/album_mod In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13297/album_mod Modified Files: Tag: core28x album_bbconstants.php album_common.php Log Message: upgrade to 2.0.1 gold Index: album_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_common.php,v retrieving revision 1.19.2.7 retrieving revision 1.19.2.8 diff -C2 -d -r1.19.2.7 -r1.19.2.8 *** album_common.php 12 Mar 2008 22:36:59 -0000 1.19.2.7 --- album_common.php 13 Mar 2008 03:26:33 -0000 1.19.2.8 *************** *** 30,34 **** // Read main language definition and theme images definition // ********************************************************************** ! //$mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x $mx_user->extend(MX_LANG_MAIN, MX_IMAGES); --- 30,34 ---- // Read main language definition and theme images definition // ********************************************************************** ! $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x $mx_user->extend(MX_LANG_MAIN, MX_IMAGES); |