|
From: Jon O. <jon...@us...> - 2008-02-08 23:42:18
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14708 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_install.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** db_install.php 8 Feb 2008 04:26:20 -0000 1.15 --- db_install.php 8 Feb 2008 23:42:14 -0000 1.16 *************** *** 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.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** db_upgrade.php 8 Feb 2008 04:26:20 -0000 1.10 --- db_upgrade.php 8 Feb 2008 23:42:14 -0000 1.11 *************** *** 123,125 **** echo "</table><br />"; ! ?> --- 123,125 ---- echo "</table><br />"; ! ?> \ No newline at end of file |