|
From: Jon O. <jon...@us...> - 2008-02-08 23:45:28
|
Update of /cvsroot/mxbb/mx_shoutbox/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16571/admin Modified Files: admin_mx_shoutbox.php Log Message: Removing trailing newlines... Index: admin_mx_shoutbox.php =================================================================== RCS file: /cvsroot/mxbb/mx_shoutbox/admin/admin_mx_shoutbox.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_mx_shoutbox.php 21 Jun 2007 18:21:05 -0000 1.1 --- admin_mx_shoutbox.php 8 Feb 2008 23:45:24 -0000 1.2 *************** *** 6,12 **** // COPYRIGHT : © 2002, 2003 apegaming.net // WWW : http://www.blame-the-french.com.com/ ! // LICENCE : GPL vs2.0 [ see /docs/COPYING ] ! // ! // ------------------------------------------------------------- if( !empty($setmodules) ) --- 6,12 ---- // COPYRIGHT : © 2002, 2003 apegaming.net // WWW : http://www.blame-the-french.com.com/ ! // LICENCE : GPL vs2.0 [ see /docs/COPYING ] ! // ! // ------------------------------------------------------------- if( !empty($setmodules) ) *************** *** 35,39 **** { include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.'.$phpEx ); ! } // --- 35,39 ---- { include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.'.$phpEx ); ! } // *************** *** 53,57 **** $config_value = $row['config_value']; $default_config[$config_name] = $config_value; ! $new[$config_name] = ( isset($HTTP_POST_VARS[$config_name]) ) ? $HTTP_POST_VARS[$config_name] : $default_config[$config_name]; --- 53,57 ---- $config_value = $row['config_value']; $default_config[$config_name] = $config_value; ! $new[$config_name] = ( isset($HTTP_POST_VARS[$config_name]) ) ? $HTTP_POST_VARS[$config_name] : $default_config[$config_name]; *************** *** 148,150 **** include_once( $mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> --- 148,150 ---- include_once( $mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> \ No newline at end of file |