|
From: Yettyn <jo...@us...> - 2008-02-04 16:51:38
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7598/modules/mx_mod_rewrite/includes Modified Files: rewrite_constants.php rewrite_functions.php Log Message: One of many commits with changes of old references from mxBB to MX-Publisher, including url's, strings etc. but not code statements. Index: rewrite_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes/rewrite_constants.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** rewrite_constants.php 5 May 2007 20:14:27 -0000 1.4 --- rewrite_constants.php 4 Feb 2008 16:51:35 -0000 1.5 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_mod_rewrite * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_mod_rewrite * @version $Id$ ! * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ *************** *** 29,33 **** if (is_object($mx_page)) { ! $mx_page->add_copyright( 'mxBB mod_rewrite' ); } --- 29,33 ---- if (is_object($mx_page)) { ! $mx_page->add_copyright( 'MX-Publisher mod_rewrite' ); } Index: rewrite_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes/rewrite_functions.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** rewrite_functions.php 30 Jan 2008 09:10:58 -0000 1.8 --- rewrite_functions.php 4 Feb 2008 16:51:35 -0000 1.9 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_mod_rewrite * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_mod_rewrite * @version $Id$ ! * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ *************** *** 61,65 **** // ! // Now do a standard mxBB mapping // - the keys are defined in the lang files // --- 61,65 ---- // ! // Now do a standard MX-Publisher mapping // - the keys are defined in the lang files // |