|
From: Jon O. <jon...@us...> - 2005-09-06 18:52:05
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4716/modules/mx_textblocks/admin Modified Files: mx_module_defs.php Log Message: Finalizing core 2.8 ;) Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/admin/mx_module_defs.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_module_defs.php 20 Aug 2005 18:48:50 -0000 1.2 --- mx_module_defs.php 6 Sep 2005 18:51:57 -0000 1.3 *************** *** 84,91 **** break; case 'CustomizedTextBlock': ! $bbcode_on = $parameter_opt['allow_bbcode'] ? true : false; ! $html_on = $parameter_opt['allow_html'] ? true : false; ! $smilies_on = $parameter_opt['allow_smilies'] ? true : false; ! $board_config['allow_html_tags'] = $parameter_opt['allow_html_tags']; if( $bbcode_on ) --- 84,91 ---- break; case 'CustomizedTextBlock': ! $bbcode_on = $parameter_opt['allow_bbcode'] ? true : true; ! $html_on = $parameter_opt['allow_html'] ? true : true; ! $smilies_on = $parameter_opt['allow_smilies'] ? true : true; ! //$board_config['allow_html_tags'] = $parameter_opt['allow_html_tags']; if( $bbcode_on ) |