|
From: Jon O. <jon...@us...> - 2008-02-10 21:17:58
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6733 Modified Files: Tag: core28x mx_constants.php mx_functions.php mx_functions_admincp.php mx_functions_blockcp.php mx_functions_ch.php mx_functions_core.php mx_functions_phpbb.php mx_functions_style.php mx_functions_tools.php Log Message: Removing trailing newlines... Index: mx_functions_ch.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_ch.php,v retrieving revision 1.8.2.2 retrieving revision 1.8.2.3 diff -C2 -d -r1.8.2.2 -r1.8.2.3 *** mx_functions_ch.php 3 Feb 2008 19:22:15 -0000 1.8.2.2 --- mx_functions_ch.php 10 Feb 2008 21:17:54 -0000 1.8.2.3 *************** *** 96,98 **** include($phpbb_root_path . 'language/lang_' . $language . '/lang_extend_cat_hierarchy.' . $phpEx); ! ?> --- 96,98 ---- include($phpbb_root_path . 'language/lang_' . $language . '/lang_extend_cat_hierarchy.' . $phpEx); ! ?> \ No newline at end of file Index: mx_functions_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_blockcp.php,v retrieving revision 1.18.2.1 retrieving revision 1.18.2.2 diff -C2 -d -r1.18.2.1 -r1.18.2.2 *** mx_functions_blockcp.php 3 Feb 2008 19:22:15 -0000 1.18.2.1 --- mx_functions_blockcp.php 10 Feb 2008 21:17:54 -0000 1.18.2.2 *************** *** 579,581 **** } // class mx_blockcp ! ?> --- 579,581 ---- } // class mx_blockcp ! ?> \ No newline at end of file Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.52.2.4 retrieving revision 1.52.2.5 diff -C2 -d -r1.52.2.4 -r1.52.2.5 *** mx_functions_core.php 3 Feb 2008 19:22:16 -0000 1.52.2.4 --- mx_functions_core.php 10 Feb 2008 21:17:54 -0000 1.52.2.5 *************** *** 3489,3491 **** } // class mx_request_vars ! ?> --- 3489,3491 ---- } // class mx_request_vars ! ?> \ No newline at end of file Index: mx_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v retrieving revision 1.24.2.1 retrieving revision 1.24.2.2 diff -C2 -d -r1.24.2.1 -r1.24.2.2 *** mx_constants.php 3 Feb 2008 19:22:14 -0000 1.24.2.1 --- mx_constants.php 10 Feb 2008 21:17:54 -0000 1.24.2.2 *************** *** 70,72 **** $unhtml_specialchars_match = array('#>#', '#<#', '#"#', '#&#'); $unhtml_specialchars_replace = array('>', '<', '"', '&'); ! ?> --- 70,72 ---- $unhtml_specialchars_match = array('#>#', '#<#', '#"#', '#&#'); $unhtml_specialchars_replace = array('>', '<', '"', '&'); ! ?> \ No newline at end of file Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.32.2.11 retrieving revision 1.32.2.12 diff -C2 -d -r1.32.2.11 -r1.32.2.12 *** mx_functions_phpbb.php 5 Feb 2008 02:17:08 -0000 1.32.2.11 --- mx_functions_phpbb.php 10 Feb 2008 21:17:54 -0000 1.32.2.12 *************** *** 226,235 **** $mx_user = new mx_user(); } ! if( !is_object($mx_page)) { $mx_page = new mx_page(); } ! if( !is_object($mx_request_vars)) { --- 226,235 ---- $mx_user = new mx_user(); } ! if( !is_object($mx_page)) { $mx_page = new mx_page(); } ! if( !is_object($mx_request_vars)) { *************** *** 246,250 **** $mx_user->init($user_ip, - ( 1000 + $page_id )); } ! if ( empty($theme) ) { --- 246,250 ---- $mx_user->init($user_ip, - ( 1000 + $page_id )); } ! if ( empty($theme) ) { *************** *** 1142,1144 **** return $grouplist; } ! ?> --- 1142,1144 ---- return $grouplist; } ! ?> \ No newline at end of file Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.15.2.3 retrieving revision 1.15.2.4 diff -C2 -d -r1.15.2.3 -r1.15.2.4 *** mx_functions_tools.php 3 Feb 2008 19:22:17 -0000 1.15.2.3 --- mx_functions_tools.php 10 Feb 2008 21:17:54 -0000 1.15.2.4 *************** *** 3046,3048 **** } } ! ?> --- 3046,3048 ---- } } ! ?> \ No newline at end of file Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.39.2.2 retrieving revision 1.39.2.3 diff -C2 -d -r1.39.2.2 -r1.39.2.3 *** mx_functions_admincp.php 4 Feb 2008 18:10:16 -0000 1.39.2.2 --- mx_functions_admincp.php 10 Feb 2008 21:17:54 -0000 1.39.2.3 *************** *** 3827,3829 **** return $select; } ! ?> --- 3827,3829 ---- return $select; } ! ?> \ No newline at end of file Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.17.2.9 retrieving revision 1.17.2.10 diff -C2 -d -r1.17.2.9 -r1.17.2.10 *** mx_functions_style.php 5 Feb 2008 02:17:08 -0000 1.17.2.9 --- mx_functions_style.php 10 Feb 2008 21:17:54 -0000 1.17.2.10 *************** *** 922,924 **** } // class mx_user ! ?> --- 922,924 ---- } // class mx_user ! ?> \ No newline at end of file Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.72.2.2 retrieving revision 1.72.2.3 diff -C2 -d -r1.72.2.2 -r1.72.2.3 *** mx_functions.php 3 Feb 2008 19:22:14 -0000 1.72.2.2 --- mx_functions.php 10 Feb 2008 21:17:54 -0000 1.72.2.3 *************** *** 1192,1194 **** } } ! ?> --- 1192,1194 ---- } } ! ?> \ No newline at end of file |