|
From: Jon O. <jon...@us...> - 2008-02-08 23:41:59
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14284 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_install.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** db_install.php 22 Jul 2007 21:06:29 -0000 1.31 --- db_install.php 8 Feb 2008 23:41:54 -0000 1.32 *************** *** 335,339 **** // Notifications ! "INSERT INTO " . $mx_table_prefix . "pa_config VALUES ('notify', 'pm')", // pm_notify "INSERT INTO " . $mx_table_prefix . "pa_config VALUES ('notify_group', '0')", // NEW --- 335,339 ---- // Notifications ! "INSERT INTO " . $mx_table_prefix . "pa_config VALUES ('notify', '0')", // pm_notify "INSERT INTO " . $mx_table_prefix . "pa_config VALUES ('notify_group', '0')", // NEW *************** *** 368,370 **** echo "</table><br />"; ! ?> --- 368,370 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/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:29 -0000 1.25 --- db_upgrade.php 8 Feb 2008 23:41:54 -0000 1.26 *************** *** 259,261 **** echo "</table><br />"; ! ?> --- 259,261 ---- echo "</table><br />"; ! ?> \ No newline at end of file |