|
From: Jon O. <jon...@us...> - 2008-02-14 22:57:35
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15724 Modified Files: Tag: core28x db_install.php db_upgrade.php mx_phpbb.pak Log Message: Trailing slashes Index: mx_phpbb.pak =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/mx_phpbb.pak,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -C2 -d -r1.7 -r1.7.2.1 *** mx_phpbb.pak 9 Jul 2007 22:41:16 -0000 1.7 --- mx_phpbb.pak 14 Feb 2008 22:57:29 -0000 1.7.2.1 *************** *** 5,7 **** parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - phpBB=+:Demo block=+:52=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 ! function=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 5,7 ---- parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - phpBB=+:Demo block=+:52=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 ! function=+:0=+:0=+:0=+:endoflist=+:0=+:0 \ No newline at end of file Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_install.php,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -C2 -d -r1.14 -r1.14.2.1 *** db_install.php 22 Jul 2007 21:06:50 -0000 1.14 --- db_install.php 14 Feb 2008 22:57:28 -0000 1.14.2.1 *************** *** 86,88 **** echo "</table><br />"; ! ?> --- 86,88 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_upgrade.php,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -C2 -d -r1.9 -r1.9.2.1 *** db_upgrade.php 22 Jul 2007 21:06:50 -0000 1.9 --- db_upgrade.php 14 Feb 2008 22:57:28 -0000 1.9.2.1 *************** *** 123,125 **** echo "</table><br />"; ! ?> --- 123,125 ---- echo "</table><br />"; ! ?> \ No newline at end of file |