|
From: Jon O. <jon...@us...> - 2008-02-08 23:41:10
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13682 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_install.php,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** db_install.php 22 Jul 2007 21:05:45 -0000 1.52 --- db_install.php 8 Feb 2008 23:41:04 -0000 1.53 *************** *** 258,262 **** // Notifications ! "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('notify', 'pm')", // updated "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('notify_group', '0')", // admin_id --- 258,262 ---- // Notifications ! "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('notify', '0')", // updated "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('notify_group', '0')", // admin_id *************** *** 285,287 **** echo "</table><br />"; ! ?> --- 285,287 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_upgrade.php,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** db_upgrade.php 22 Jul 2007 21:05:45 -0000 1.44 --- db_upgrade.php 8 Feb 2008 23:41:04 -0000 1.45 *************** *** 474,476 **** echo "</table><br />"; ! ?> --- 474,476 ---- echo "</table><br />"; ! ?> \ No newline at end of file |