|
From: Jon O. <jon...@us...> - 2008-02-08 23:38:57
|
Update of /cvsroot/mxbb/mx_gallery2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12706 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/db_install.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_install.php 5 May 2007 20:21:54 -0000 1.6 --- db_install.php 8 Feb 2008 23:38:52 -0000 1.7 *************** *** 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_gallery2/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 22 Jul 2007 21:04:26 -0000 1.7 --- db_upgrade.php 8 Feb 2008 23:38:52 -0000 1.8 *************** *** 53,55 **** echo "</table><br />"; ! ?> --- 53,55 ---- echo "</table><br />"; ! ?> \ No newline at end of file |