|
From: Jon O. <jon...@us...> - 2008-02-15 22:21:29
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26134/bugsbt Modified Files: bugsbt_common.php Log Message: bad globals Index: bugsbt_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/bugsbt_common.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bugsbt_common.php 5 May 2007 20:17:43 -0000 1.3 --- bugsbt_common.php 15 Feb 2008 22:21:22 -0000 1.4 *************** *** 100,127 **** // - // options - // - /* - $kb_wysiwyg = false; - if ( $kb_config['wysiwyg'] ) // Html Textblock - { - if ( file_exists( $mx_root_path . 'modules/mx_shared/tinymce/jscripts/tiny_mce/blank.htm' ) ) - { - $bbcode_on = false; - $html_on = true; - $smilies_on = false; - $kb_wysiwyg = true; - } - } - - if ( !$kb_wysiwyg ) - { - $bbcode_on = $kb_config['allow_bbcode'] ? true : false; - $html_on = $kb_config['allow_html'] ? true : false; - $smilies_on = $kb_config['allow_smilies'] ? true : false; - } - */ - - // // Some general template vars // --- 100,103 ---- |