|
From: Jon O. <jon...@us...> - 2008-02-08 23:41:21
|
Update of /cvsroot/mxbb/mx_linkdb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14067 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_install.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** db_install.php 22 Jul 2007 21:06:05 -0000 1.22 --- db_install.php 8 Feb 2008 23:41:14 -0000 1.23 *************** *** 244,248 **** // Notifications ! "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('notify', 'pm')", // pm_notify "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('notify_group', '0')", // NEW --- 244,248 ---- // Notifications ! "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('notify', '0')", // pm_notify "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('notify_group', '0')", // NEW *************** *** 268,270 **** echo "</table><br />"; ! ?> --- 268,270 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_upgrade.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** db_upgrade.php 22 Jul 2007 21:06:05 -0000 1.25 --- db_upgrade.php 8 Feb 2008 23:41:14 -0000 1.26 *************** *** 234,236 **** echo "</table><br />"; ! ?> --- 234,236 ---- echo "</table><br />"; ! ?> \ No newline at end of file |