|
From: mhewitson <mhe...@us...> - 2007-01-30 16:26:54
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17532/core/includes 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_phpbb.php mx_functions_style.php mx_functions_tools.php Log Message: References to www.mxbb-portal.com replaced with www.mxbb.net Index: mx_functions_ch.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_ch.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_functions_ch.php 2 May 2006 23:22:16 -0000 1.7 --- mx_functions_ch.php 30 Jan 2007 16:26:07 -0000 1.8 *************** *** 6,10 **** * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb-portal.com * @internal * --- 6,10 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * @internal * *************** *** 96,98 **** include($phpbb_root_path . 'language/lang_' . $language . '/lang_extend_cat_hierarchy.' . $phpEx); ! ?> \ No newline at end of file --- 96,98 ---- include($phpbb_root_path . 'language/lang_' . $language . '/lang_extend_cat_hierarchy.' . $phpEx); ! ?> Index: mx_functions_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_blockcp.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mx_functions_blockcp.php 5 Sep 2006 17:57:58 -0000 1.16 --- mx_functions_blockcp.php 30 Jan 2007 16:26:07 -0000 1.17 *************** *** 6,10 **** * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb-portal.com * */ --- 6,10 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ *************** *** 579,581 **** } // class mx_blockcp ! ?> \ No newline at end of file --- 579,581 ---- } // class mx_blockcp ! ?> Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** mx_functions_core.php 18 Dec 2006 17:21:48 -0000 1.39 --- mx_functions_core.php 30 Jan 2007 16:26:07 -0000 1.40 *************** *** 6,10 **** * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb-portal.com * */ --- 6,10 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ *************** *** 3124,3126 **** } // class mx_request_vars ! ?> \ No newline at end of file --- 3124,3126 ---- } // class mx_request_vars ! ?> Index: mx_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** mx_constants.php 16 Dec 2006 16:37:23 -0000 1.23 --- mx_constants.php 30 Jan 2007 16:26:07 -0000 1.24 *************** *** 6,10 **** * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb-portal.com * */ --- 6,10 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ *************** *** 70,72 **** $unhtml_specialchars_match = array('#>#', '#<#', '#"#', '#&#'); $unhtml_specialchars_replace = array('>', '<', '"', '&'); ! ?> \ No newline at end of file --- 70,72 ---- $unhtml_specialchars_match = array('#>#', '#<#', '#"#', '#&#'); $unhtml_specialchars_replace = array('>', '<', '"', '&'); ! ?> Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** mx_functions_phpbb.php 16 Dec 2006 16:37:23 -0000 1.28 --- mx_functions_phpbb.php 30 Jan 2007 16:26:07 -0000 1.29 *************** *** 6,10 **** * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb-portal.com * */ --- 6,10 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ *************** *** 992,994 **** return $grouplist; } ! ?> \ No newline at end of file --- 992,994 ---- return $grouplist; } ! ?> Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_functions_tools.php 3 Dec 2006 21:26:17 -0000 1.9 --- mx_functions_tools.php 30 Jan 2007 16:26:07 -0000 1.10 *************** *** 7,11 **** * @copyright (c) www.php.org * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb-portal.com * */ --- 7,11 ---- * @copyright (c) www.php.org * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ *************** *** 2974,2976 **** } } ! ?> \ No newline at end of file --- 2974,2976 ---- } } ! ?> Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** mx_functions_admincp.php 22 Aug 2006 20:21:49 -0000 1.32 --- mx_functions_admincp.php 30 Jan 2007 16:26:07 -0000 1.33 *************** *** 6,10 **** * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb-portal.com * */ --- 6,10 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ *************** *** 3804,3806 **** return $select; } ! ?> \ No newline at end of file --- 3804,3806 ---- return $select; } ! ?> Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_functions_style.php 16 Dec 2006 16:37:23 -0000 1.9 --- mx_functions_style.php 30 Jan 2007 16:26:07 -0000 1.10 *************** *** 6,10 **** * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb-portal.com * */ --- 6,10 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ *************** *** 842,844 **** } // class mx_user ! ?> \ No newline at end of file --- 842,844 ---- } // class mx_user ! ?> Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** mx_functions.php 12 Sep 2006 20:27:31 -0000 1.69 --- mx_functions.php 30 Jan 2007 16:26:07 -0000 1.70 *************** *** 6,10 **** * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb-portal.com * */ --- 6,10 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ *************** *** 1190,1192 **** } } ! ?> \ No newline at end of file --- 1190,1192 ---- } } ! ?> |