Index: openacs-4/packages/forums/www/message-post.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/message-post.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/forums/www/message-post.tcl 10 Oct 2003 17:09:44 -0000 1.26 +++ openacs-4/packages/forums/www/message-post.tcl 12 Oct 2003 00:14:26 -0000 1.27 @@ -206,7 +206,7 @@ if {$attachments_enabled_p} { form get_values message attach_p - if {$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\""] } }