|
From: Jon O. <jon...@us...> - 2008-02-18 20:20:56
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14058 Modified Files: bugsbt_post.php Log Message: Autogenerated comments Index: bugsbt_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_post.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** bugsbt_post.php 15 Feb 2008 22:21:54 -0000 1.7 --- bugsbt_post.php 18 Feb 2008 20:20:50 -0000 1.8 *************** *** 350,354 **** // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_bugsbt_notification->topic_title)), addslashes(trim($mx_bugsbt_notification->message)) ); } --- 350,354 ---- // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_bugsbt_notification->topic_title)), addslashes(trim($mx_bugsbt_notification->message)),true,false,false,true ); } |