Index: openacs-4/packages/forums/lib/message/post.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/message/post.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/forums/lib/message/post.tcl 17 Dec 2003 15:58:55 -0000 1.2 +++ openacs-4/packages/forums/lib/message/post.tcl 17 Dec 2003 16:14:05 -0000 1.3 @@ -81,7 +81,8 @@ html_p \ confirm_p \ subscribe_p \ - anonymous_p + anonymous_p \ + attach_p set action [template::form::get_button message] set displayed_user_id [ad_decode \ @@ -151,8 +152,6 @@ # Wrap the attachments URL if {$attachments_enabled_p} { - form get_values message attach_p - if { ![empty_string_p $attach_p] && $attach_p} { set redirect_url [attachments::add_attachment_url -object_id $message_id -return_url $redirect_url -pretty_name "[_ forums.Forum_Posting] \"$subject\""] }