|
From: OryNider <ory...@us...> - 2008-03-13 08:33:16
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25894/album_mod/includes Modified Files: Tag: core28x album_constants.php Log Message: downgrade version to 2.0.1 for core28x branch Index: album_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/includes/album_constants.php,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** album_constants.php 13 Mar 2008 08:27:28 -0000 1.1.2.4 --- album_constants.php 13 Mar 2008 08:33:12 -0000 1.1.2.5 *************** *** 52,56 **** if (!$_GET['print']) // Do not "fix" with reuest wrapper!! { ! $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x } --- 52,56 ---- if (!$_GET['print']) // Do not "fix" with reuest wrapper!! { ! //$mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x (uncomment this in next version) } |