|
From: Jon O. <jon...@us...> - 2008-02-18 20:21:49
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14533 Modified Files: pa_user_upload.php Log Message: Autogenerated comments Index: pa_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_user_upload.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** pa_user_upload.php 17 Feb 2008 20:26:22 -0000 1.27 --- pa_user_upload.php 18 Feb 2008 20:21:45 -0000 1.28 *************** *** 241,245 **** // Generate comment // ! $this->update_add_comment('', $file_id, 0, addslashes(trim($mx_pa_notification->topic_title)), addslashes(trim($mx_pa_notification->message))); } --- 241,245 ---- // Generate comment // ! $this->update_add_comment('', $file_id, 0, addslashes(trim($mx_pa_notification->topic_title)), addslashes(trim($mx_pa_notification->message)),true,false,false,true); } |