|
From: Jon O. <jon...@us...> - 2008-02-09 00:04:55
|
Update of /cvsroot/mxbb/mx_contact In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24876 Modified Files: db_install.php db_uninstall.php Log Message: Removing trailing newlines... missing comma Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_contact/db_install.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_install.php 12 Dec 2007 18:41:35 -0000 1.1 --- db_install.php 9 Feb 2008 00:04:51 -0000 1.2 *************** *** 123,125 **** echo "</table><br />"; ! ?> --- 123,125 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_contact/db_uninstall.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_uninstall.php 12 Dec 2007 18:41:35 -0000 1.1 --- db_uninstall.php 9 Feb 2008 00:04:51 -0000 1.2 *************** *** 13,17 **** { $mx_root_path = '../../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); --- 13,17 ---- { $mx_root_path = '../../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); *************** *** 19,23 **** // Start session management // ! $mx_user->init($user_ip, PAGE_INDEX); if( !$userdata['session_logged_in'] ) --- 19,23 ---- // Start session management // ! $mx_user->init($user_ip, PAGE_INDEX); if( !$userdata['session_logged_in'] ) *************** *** 37,41 **** $sql = array( "DROP TABLE ".$mx_table_prefix."contact_config", ! "DROP TABLE ".$mx_table_prefix."contact_emails" "DROP TABLE ".$mx_table_prefix."contact" ); --- 37,41 ---- $sql = array( "DROP TABLE ".$mx_table_prefix."contact_config", ! "DROP TABLE ".$mx_table_prefix."contact_emails", "DROP TABLE ".$mx_table_prefix."contact" ); *************** *** 65,67 **** echo '<tr><td class="row1" align="center"><span class="gen">' . $message . '</span></td></tr>'; echo '</table> <br />'; ! ?> --- 65,67 ---- echo '<tr><td class="row1" align="center"><span class="gen">' . $message . '</span></td></tr>'; echo '</table> <br />'; ! ?> \ No newline at end of file |