|
From: Jon O. <jon...@us...> - 2008-07-06 22:11:34
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25749/modules Modified Files: bugsbt_post.php Log Message: Index: bugsbt_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_post.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** bugsbt_post.php 3 Jun 2008 20:07:48 -0000 1.9 --- bugsbt_post.php 6 Jul 2008 22:11:31 -0000 1.10 *************** *** 344,348 **** // $mx_bugsbt_notification = new mx_bugsbt_notification(); ! $mx_bugsbt_notification->init( $article_id ); $mx_bugsbt_notification->_compose_auto_note($bugsbt_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); --- 344,348 ---- // $mx_bugsbt_notification = new mx_bugsbt_notification(); ! $mx_bugsbt_notification->init( $article_id, $bugsbt_config['allow_comment_wysiwyg'] ); $mx_bugsbt_notification->_compose_auto_note($bugsbt_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); |