|
From: FlorinCB <ory...@us...> - 2009-07-29 05:08:27
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15524/mx_pafiledb/pafiledb/modules Modified Files: pa_user_upload.php Log Message: update Index: pa_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_user_upload.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** pa_user_upload.php 21 Sep 2008 14:25:39 -0000 1.32 --- pa_user_upload.php 29 Jul 2009 05:08:13 -0000 1.33 *************** *** 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); } --- 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); } |