Index: openacs-4/packages/webmail/www/message-remove-attachment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/webmail/www/message-remove-attachment.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/webmail/www/message-remove-attachment.tcl 18 Sep 2002 12:17:44 -0000 1.2 +++ openacs-4/packages/webmail/www/message-remove-attachment.tcl 1 Mar 2005 00:01:45 -0000 1.3 @@ -11,7 +11,7 @@ { attachments:multiple,integer } } -set user_id [ad_verify_and_get_user_id] +set user_id [ad_conn user_id] foreach sort_order $attachments { if { [empty_string_p $sort_order] } { continue }