|
From: Jon O. <jon...@us...> - 2008-02-18 20:21:16
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14454 Modified Files: kb_post.php Log Message: Autogenerated comments Index: kb_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** kb_post.php 17 Feb 2008 20:25:21 -0000 1.16 --- kb_post.php 18 Feb 2008 20:21:11 -0000 1.17 *************** *** 358,362 **** // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_kb_notification->topic_title)), addslashes(trim($mx_kb_notification->message)) ); } --- 358,362 ---- // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_kb_notification->topic_title)), addslashes(trim($mx_kb_notification->message)),true,false,false,true ); } |