|
From: Jon O. <jon...@us...> - 2007-09-09 16:50:24
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9945 Modified Files: phpbb2blocks_constants.php Log Message: Ok, massive update for 2.9.x. Index: phpbb2blocks_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/includes/phpbb2blocks_constants.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** phpbb2blocks_constants.php 5 May 2007 20:15:53 -0000 1.2 --- phpbb2blocks_constants.php 9 Sep 2007 16:50:14 -0000 1.3 *************** *** 10,13 **** --- 10,18 ---- */ + if ( PORTAL_BACKEND != 'phpbb2' ) + { + mx_message_die(GENERAL_MESSAGE, 'There are blocks on this page designed for mxBB with phpBB2 backend, thus not compatible with current setup.'); + } + // ------------------------------------------------------------------------- // Footer Copyrights |