Index: openacs-4/packages/contacts/tcl/contacts-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-procs.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/contacts/tcl/contacts-procs.tcl 2 Aug 2005 20:42:23 -0000 1.26 +++ openacs-4/packages/contacts/tcl/contacts-procs.tcl 24 Aug 2005 10:50:07 -0000 1.27 @@ -587,9 +587,6 @@ } if {[empty_string_p $group_id]} { - if {![string match "#*#" $group_name]} { - set group_name [lang::util::convert_to_i18n -prefix "group" $group_name] - } if {![db_0or1row get_group_id "select group_id from groups where group_name = :group_name"]} { ad_return_error "ERROR" "[_ contacts.lt_Unable_to_retrieve_gr]" }