|
From: Jon O. <jon...@us...> - 2008-02-08 23:42:37
|
Update of /cvsroot/mxbb/mx_phpbb2admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14741 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/db_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_install.php 30 May 2007 21:34:07 -0000 1.4 --- db_install.php 8 Feb 2008 23:42:29 -0000 1.5 *************** *** 51,53 **** echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; ! ?> --- 51,53 ---- echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/db_upgrade.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_upgrade.php 22 Jul 2007 21:07:24 -0000 1.5 --- db_upgrade.php 8 Feb 2008 23:42:29 -0000 1.6 *************** *** 53,55 **** echo "</table><br />"; ! ?> --- 53,55 ---- echo "</table><br />"; ! ?> \ No newline at end of file |