|
From: Jon O. <jon...@us...> - 2008-02-22 23:14:01
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17161/includes Modified Files: phpbb_constants.php Log Message: backend switch Index: phpbb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/phpbb_constants.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** phpbb_constants.php 22 Feb 2008 20:43:46 -0000 1.8 --- phpbb_constants.php 22 Feb 2008 23:13:55 -0000 1.9 *************** *** 16,20 **** if ( PORTAL_BACKEND != 'phpbb2' ) { ! //mx_message_die(GENERAL_MESSAGE, 'There are blocks on this page designed for Mx-Publisher with phpBB2 backend, thus not compatible with current setup.'); } --- 16,20 ---- if ( PORTAL_BACKEND != 'phpbb2' ) { ! mx_message_die(GENERAL_MESSAGE, 'There are blocks on this page designed for Mx-Publisher with phpBB2 backend, thus not compatible with current setup.'); } |