|
From: OryNider <ory...@us...> - 2007-10-05 11:13:37
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11889 Modified Files: Tag: core28x Smartor_album.pak album.php db_install.php db_upgrade.php welcome.php Log Message: removed spaces after ?> Index: album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album.php,v retrieving revision 1.17.2.1 retrieving revision 1.17.2.2 diff -C2 -d -r1.17.2.1 -r1.17.2.2 *** album.php 13 Sep 2007 00:14:00 -0000 1.17.2.1 --- album.php 5 Oct 2007 11:12:51 -0000 1.17.2.2 *************** *** 31,35 **** // //error_reporting( E_ALL ); ! //ini_set( 'display_errors', '1' ); if( !defined('IN_PORTAL') || !is_object($mx_block)) --- 31,35 ---- // //error_reporting( E_ALL ); ! ini_set( 'display_errors', '1' ); if( !defined('IN_PORTAL') || !is_object($mx_block)) Index: Smartor_album.pak =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/Smartor_album.pak,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -C2 -d -r1.10 -r1.10.2.1 *** Smartor_album.pak 5 Jul 2007 03:12:12 -0000 1.10 --- Smartor_album.pak 5 Oct 2007 11:12:50 -0000 1.10.2.1 *************** *** 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.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** welcome.php 9 Aug 2007 13:16:52 -0000 1.8 --- welcome.php 5 Oct 2007 11:12:53 -0000 1.8.2.1 *************** *** 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.15.2.1 diff -C2 -d -r1.15 -r1.15.2.1 *** db_install.php 7 Jun 2007 20:13:00 -0000 1.15 --- db_install.php 5 Oct 2007 11:12:51 -0000 1.15.2.1 *************** *** 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.15.2.1 diff -C2 -d -r1.15 -r1.15.2.1 *** db_upgrade.php 7 Jun 2007 20:13:01 -0000 1.15 --- db_upgrade.php 5 Oct 2007 11:12:53 -0000 1.15.2.1 *************** *** 184,186 **** echo "</table><br />"; ! ?> --- 184,186 ---- echo "</table><br />"; ! ?> \ No newline at end of file |