Index: openacs-4/packages/contacts/www/import-csv-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/import-csv-2.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/contacts/www/import-csv-2.tcl 23 Jan 2007 18:23:20 -0000 1.1 +++ openacs-4/packages/contacts/www/import-csv-2.tcl 12 Aug 2018 12:33:06 -0000 1.2 @@ -113,7 +113,7 @@ set form_element [list ${object_type}.${attribute_id}_delivery_address:text(multiselect)$opt_string \ [list label "[_ ams.delivery_address] ($pretty_name)"] \ [list options "$header_options"]] - # Append the secion + # Append the section if { $element_counter eq 0} { lappend form_element [list section $object_type] } @@ -155,7 +155,7 @@ [list label "$pretty_name"] \ [list options "$header_options"] \ [list value "$attribute_name"]] - # Append the secion + # Append the section if { $element_counter eq 0} { lappend form_element [list section $object_type] }