|
From: Jon O. <jon...@us...> - 2008-02-08 23:36:03
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10500 Modified Files: mx_constants.php mx_functions.php mx_functions_admincp.php mx_functions_blockcp.php mx_functions_ch.php mx_functions_core.php mx_functions_tools.php Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE Index: mx_functions_ch.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_ch.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_functions_ch.php 4 Feb 2008 15:56:43 -0000 1.10 --- mx_functions_ch.php 8 Feb 2008 23:35:57 -0000 1.11 *************** *** 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.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** mx_functions_blockcp.php 5 Feb 2008 18:37:20 -0000 1.22 --- mx_functions_blockcp.php 8 Feb 2008 23:35:57 -0000 1.23 *************** *** 597,599 **** } // class mx_blockcp ! ?> --- 597,599 ---- } // 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.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** mx_functions_core.php 5 Feb 2008 14:51:27 -0000 1.66 --- mx_functions_core.php 8 Feb 2008 23:35:57 -0000 1.67 *************** *** 3783,3785 **** } // class mx_request_vars ! ?> --- 3783,3785 ---- } // 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.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** mx_constants.php 5 Feb 2008 14:51:27 -0000 1.27 --- mx_constants.php 8 Feb 2008 23:35:56 -0000 1.28 *************** *** 112,114 **** $unhtml_specialchars_match = array('#>#', '#<#', '#"#', '#&#'); $unhtml_specialchars_replace = array('>', '<', '"', '&'); ! ?> --- 112,114 ---- $unhtml_specialchars_match = array('#>#', '#<#', '#"#', '#&#'); $unhtml_specialchars_replace = array('>', '<', '"', '&'); ! ?> \ 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.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** mx_functions_tools.php 4 Feb 2008 15:56:43 -0000 1.18 --- mx_functions_tools.php 8 Feb 2008 23:35:57 -0000 1.19 *************** *** 4381,4383 **** } } ! ?> --- 4381,4383 ---- } } ! ?> \ 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.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** mx_functions_admincp.php 5 Feb 2008 14:51:27 -0000 1.46 --- mx_functions_admincp.php 8 Feb 2008 23:35:57 -0000 1.47 *************** *** 3839,3843 **** @fputs($fsock, "HOST: $host\r\n"); @fputs($fsock, "Connection: close\r\n\r\n"); ! $file_info = ''; $get_info = false; --- 3839,3843 ---- @fputs($fsock, "HOST: $host\r\n"); @fputs($fsock, "Connection: close\r\n\r\n"); ! $file_info = ''; $get_info = false; *************** *** 3878,3883 **** } } ! return $file_info; } ! ?> --- 3878,3883 ---- } } ! return $file_info; } ! ?> \ No newline at end of file Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** mx_functions.php 5 Feb 2008 18:37:20 -0000 1.76 --- mx_functions.php 8 Feb 2008 23:35:56 -0000 1.77 *************** *** 1192,1194 **** } } ! ?> --- 1192,1194 ---- } } ! ?> \ No newline at end of file |