|
From: Jon O. <jon...@us...> - 2007-08-05 22:08:58
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25450 Modified Files: kb_post.php Log Message: Fix for autogenerated comments Index: kb_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** kb_post.php 28 Apr 2007 19:59:06 -0000 1.11 --- kb_post.php 5 Aug 2007 22:08:47 -0000 1.12 *************** *** 341,345 **** // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_kb_notification->subject)), addslashes(trim($mx_kb_notification->message)) ); } --- 341,345 ---- // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_kb_notification->topic_title)), addslashes(trim($mx_kb_notification->message)) ); } |