Index: openacs-4/packages/acs-templating/www/scripts/xinha/attach-image.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/scripts/xinha/attach-image.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/scripts/xinha/attach-image.tcl 6 Oct 2006 00:52:27 -0000 1.3 +++ openacs-4/packages/acs-templating/www/scripts/xinha/attach-image.tcl 6 Oct 2006 02:07:43 -0000 1.4 @@ -33,6 +33,7 @@ order by creation_date desc limit 6 } { + set name [regsub "${item_id}_" $name ""] lappend recent_images_options [list $name $item_id] }