|
From: Jon O. <jon...@us...> - 2008-02-22 23:14:00
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17161 Modified Files: mx_phpbb.php Log Message: backend switch Index: mx_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/mx_phpbb.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** mx_phpbb.php 22 Feb 2008 20:43:46 -0000 1.19 --- mx_phpbb.php 22 Feb 2008 23:13:55 -0000 1.20 *************** *** 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.'); } |