|
From: Yettyn <jo...@us...> - 2008-02-04 16:54:33
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8682/modules/mx_phpbb3blocks/includes Modified Files: phpbb3blocks_constants.php mx_functions_display.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: mx_functions_display.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/includes/mx_functions_display.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_functions_display.php 21 Dec 2007 00:28:58 -0000 1.2 --- mx_functions_display.php 4 Feb 2008 16:53:56 -0000 1.3 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_phpbb2blocks * @version $Id$ ! * @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 * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_phpbb2blocks * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ *************** *** 391,395 **** // ! //This was someting that mxBB template sytsem didn't supported so S_LAST_CAT was introduced fom S_NO_CAT //The template shold be changed allso ;) // --- 391,395 ---- // ! //This was someting that MX-Publisher template sytsem didn't supported so S_LAST_CAT was introduced fom S_NO_CAT //The template shold be changed allso ;) // Index: phpbb3blocks_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/includes/phpbb3blocks_constants.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** phpbb3blocks_constants.php 9 Sep 2007 16:53:17 -0000 1.1 --- phpbb3blocks_constants.php 4 Feb 2008 16:53:56 -0000 1.2 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_phpbb2blocks * @version $Id$ ! * @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 * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_phpbb2blocks * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ *************** *** 12,16 **** if ( PORTAL_BACKEND != 'phpbb3' ) { ! mx_message_die(GENERAL_MESSAGE, 'There are blocks on this page designed for mxBB with phpBB3 backend, thus not compatible with current setup.'); } --- 12,16 ---- if ( PORTAL_BACKEND != 'phpbb3' ) { ! mx_message_die(GENERAL_MESSAGE, 'There are blocks on this page designed for MX-Publisher with phpBB3 backend, thus not compatible with current setup.'); } |