|
From: OryNider <ory...@us...> - 2008-03-13 03:29:57
|
Update of /cvsroot/mxbb/mx_smartor/album_mod In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21865 Modified Files: Tag: core28x 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.8 retrieving revision 1.19.2.9 diff -C2 -d -r1.19.2.8 -r1.19.2.9 *** album_common.php 13 Mar 2008 03:26:33 -0000 1.19.2.8 --- album_common.php 13 Mar 2008 03:29:46 -0000 1.19.2.9 *************** *** 26,36 **** include_once($album_root_path . 'includes/album_constants.'.$phpEx); - - // ********************************************************************** - // 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); - // Cache settings $use_cache = 1; --- 26,29 ---- |