|
From: OryNider <ory...@us...> - 2007-10-05 11:10:27
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10367 Modified Files: Smartor_album.pak album.php db_install.php db_upgrade.php welcome.php Log Message: spaces removed after ?> Index: album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** album.php 9 Aug 2007 13:16:52 -0000 1.17 --- album.php 5 Oct 2007 11:09:41 -0000 1.18 *************** *** 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 ---- Index: Smartor_album.pak =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/Smartor_album.pak,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Smartor_album.pak 5 Jul 2007 03:12:12 -0000 1.10 --- Smartor_album.pak 5 Oct 2007 11:09:37 -0000 1.11 *************** *** 24,26 **** parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Smartor_welcome=+:Demo block=+:102=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 ! function=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 24,26 ---- parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Smartor_welcome=+:Demo block=+:102=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 ! function=+:0=+:0=+:0=+:endoflist=+:0=+:0 \ No newline at end of file Index: welcome.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/welcome.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** welcome.php 9 Aug 2007 13:16:52 -0000 1.8 --- welcome.php 5 Oct 2007 11:09:42 -0000 1.9 *************** *** 370,372 **** $template->pparse('welcome_body'); ! ?> --- 370,372 ---- $template->pparse('welcome_body'); ! ?> \ No newline at end of file Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_install.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** db_install.php 7 Jun 2007 20:13:00 -0000 1.15 --- db_install.php 5 Oct 2007 11:09:42 -0000 1.16 *************** *** 419,421 **** echo "</table><br />"; ! ?> --- 419,421 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_upgrade.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** db_upgrade.php 7 Jun 2007 20:13:01 -0000 1.15 --- db_upgrade.php 5 Oct 2007 11:09:42 -0000 1.16 *************** *** 184,186 **** echo "</table><br />"; ! ?> --- 184,186 ---- echo "</table><br />"; ! ?> \ No newline at end of file |