|
From: OryNider <ory...@us...> - 2007-09-13 00:14:06
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5517 Modified Files: Tag: core28x album.php Log Message: Index: album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album.php,v retrieving revision 1.17 retrieving revision 1.17.2.1 diff -C2 -d -r1.17 -r1.17.2.1 *** album.php 9 Aug 2007 13:16:52 -0000 1.17 --- album.php 13 Sep 2007 00:14:00 -0000 1.17.2.1 *************** *** 25,29 **** * -modified for mx_smartor by Mx Team * ! ******************************************************************/ // --- 25,29 ---- * -modified for mx_smartor by Mx Team * ! *******************************************************************/ // *************** *** 31,38 **** // //error_reporting( E_ALL ); if( !defined('IN_PORTAL') || !is_object($mx_block)) { - define( 'MXBB_MODULE', true ); define('IN_PORTAL', true); $mx_root_path = '../../'; --- 31,38 ---- // //error_reporting( E_ALL ); + //ini_set( 'display_errors', '1' ); if( !defined('IN_PORTAL') || !is_object($mx_block)) { define('IN_PORTAL', true); $mx_root_path = '../../'; *************** *** 66,71 **** else { - define( 'MXBB_MODULE', true ); - // // Read block Configuration --- 66,69 ---- |