Index: openacs-4/packages/general-comments/www/delete-attachment-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/delete-attachment-2.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/general-comments/www/delete-attachment-2.tcl 14 Jun 2001 19:52:22 -0000 1.2 +++ openacs-4/packages/general-comments/www/delete-attachment-2.tcl 7 Nov 2002 08:32:49 -0000 1.3 @@ -24,7 +24,11 @@ # all of this messy code will be replaced by # a single content_item.delete after the bug fix # is released -if { $submit == "Proceed" } { + +#Commented out during i18n convertion, Steffen +#if { $submit == "Proceed" } { + + # get the type of the attachment db_1row get_type { select content_type @@ -65,8 +69,10 @@ end; } } -} +#/ i18n +#} + ad_returnredirect "view-comment?comment_id=$parent_id&[export_url_vars return_url]"