Index: openacs-4/packages/attachments/www/go-to-attachment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/go-to-attachment.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/attachments/www/go-to-attachment.tcl 16 Jan 2003 13:43:15 -0000 1.4 +++ openacs-4/packages/attachments/www/go-to-attachment.tcl 17 May 2003 10:13:01 -0000 1.5 @@ -18,9 +18,8 @@ } switch $object_type { - fs_url { - set url [db_string select_url {}] - ad_returnredirect $url + content_extlink { + ad_returnredirect [db_string select_url {}] ad_script_abort return }