|
From: FlorinCB <ory...@us...> - 2008-09-14 00:29:51
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16272/modules Modified Files: kb_post.php kb_post_comment.php Log Message: fix Index: kb_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** kb_post.php 15 Jul 2008 22:05:43 -0000 1.20 --- kb_post.php 14 Sep 2008 00:29:46 -0000 1.21 *************** *** 175,179 **** // wysiwyg // ! if ( $kb_config['allow_wysiwyg'] && file_exists( $mx_root_path . $kb_config['wysiwyg_path'] . 'tinymce/jscripts/tiny_mce/blank.htm' )) { $allow_wysiwyg = true; --- 175,179 ---- // wysiwyg // ! if ( $kb_config['allow_wysiwyg'] && file_exists( $mx_root_path . $kb_config['wysiwyg_path'] . 'tinymce/jscripts/tiny_mce/tiny_mce.js' )) { $allow_wysiwyg = true; Index: kb_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post_comment.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** kb_post_comment.php 15 Jul 2008 22:05:43 -0000 1.17 --- kb_post_comment.php 14 Sep 2008 00:29:47 -0000 1.18 *************** *** 132,136 **** // wysiwyg // ! if ( $kb_config['allow_comment_wysiwyg'] && file_exists( $mx_root_path . $kb_config['wysiwyg_path'] . 'tinymce/jscripts/tiny_mce/blank.htm' )) { // --- 132,136 ---- // wysiwyg // ! if ( $kb_config['allow_comment_wysiwyg'] && file_exists( $mx_root_path . $kb_config['wysiwyg_path'] . 'tinymce/jscripts/tiny_mce/tiny_mce.js' )) { // |