|
From: OryNider <ory...@us...> - 2008-03-14 12:38:31
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5080 Modified Files: Tag: core28x album_constants.php Log Message: some @ since this constans should be defined in core too Index: album_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/includes/album_constants.php,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** album_constants.php 13 Mar 2008 08:33:12 -0000 1.1.2.5 --- album_constants.php 14 Mar 2008 12:36:50 -0000 1.1.2.6 *************** *** 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) } --- 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 } *************** *** 76,83 **** !defined('ALBUM_SP_CONFIG_TABLE') ? define('ALBUM_SP_CONFIG_TABLE', $mx_table_prefix.'smartor_album_sp_config') : false; ! define('PAGE_ALBUM', -50); // for Session Handling ! define('PAGE_ALBUM_PERSONAL', -51); ! define('PAGE_ALBUM_PICTURE', -52); ! define('PAGE_ALBUM_SEARCH', -53); define('PERSONAL_GALLERY', 0); // pic_cat_id <- do NOT change this value --- 76,83 ---- !defined('ALBUM_SP_CONFIG_TABLE') ? define('ALBUM_SP_CONFIG_TABLE', $mx_table_prefix.'smartor_album_sp_config') : false; ! @define('PAGE_ALBUM', -50); // for Session Handling ! @define('PAGE_ALBUM_PERSONAL', -51); ! @define('PAGE_ALBUM_PICTURE', -52); ! @define('PAGE_ALBUM_SEARCH', -53); define('PERSONAL_GALLERY', 0); // pic_cat_id <- do NOT change this value |