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.11 -r1.11.8.1 --- openacs-4/packages/acs-templating/www/scripts/xinha/attach-image.tcl 11 May 2009 15:46:18 -0000 1.11 +++ openacs-4/packages/acs-templating/www/scripts/xinha/attach-image.tcl 11 Oct 2013 09:49:13 -0000 1.11.8.1 @@ -172,7 +172,7 @@ } else { # user chose an existing file set item_id $choose_file - set file_name [lindex [lindex $recent_images_options [util_search_list_of_lists $recent_images_options $item_id 1]] 0] + set file_name [lindex $recent_images_options [util_search_list_of_lists $recent_images_options $item_id 1] 0] } set f_url "/image/${item_id}/${file_name}" }