|
From: Jon O. <jon...@us...> - 2008-02-08 23:43:49
|
Update of /cvsroot/mxbb/mx_radiocast In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15252 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/db_install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_install.php 17 Sep 2007 07:19:37 -0000 1.2 --- db_install.php 8 Feb 2008 23:43:44 -0000 1.3 *************** *** 192,194 **** echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; ! ?> --- 192,194 ---- 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_radiocast/db_upgrade.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_upgrade.php 17 Sep 2007 07:22:18 -0000 1.1 --- db_upgrade.php 8 Feb 2008 23:43:44 -0000 1.2 *************** *** 95,97 **** echo "</table><br />"; ! ?> --- 95,97 ---- echo "</table><br />"; ! ?> \ No newline at end of file |