|
From: Jon O. <jon...@us...> - 2008-07-06 22:18:05
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28605/modules Modified Files: pa_user_upload.php Log Message: comments, notifications, etc Index: pa_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_user_upload.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** pa_user_upload.php 3 Jun 2008 20:17:13 -0000 1.30 --- pa_user_upload.php 6 Jul 2008 22:18:00 -0000 1.31 *************** *** 235,239 **** // $mx_pa_notification = new mx_pa_notification(); ! $mx_pa_notification->init( $file_id ); $mx_pa_notification->_compose_auto_note($pa_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); --- 235,239 ---- // $mx_pa_notification = new mx_pa_notification(); ! $mx_pa_notification->init( $file_id, $pafiledb_config['allow_comment_wysiwyg'] ); $mx_pa_notification->_compose_auto_note($pa_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); |