Index: openacs-4/packages/ams/tcl/ams-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/tcl/ams-widget-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/ams/tcl/ams-widget-procs.tcl 1 Dec 2005 11:01:07 -0000 1.16 +++ openacs-4/packages/ams/tcl/ams-widget-procs.tcl 15 Dec 2005 22:50:16 -0000 1.17 @@ -1510,7 +1510,6 @@ switch $value { "TRUE" {set value "t" } "FALSE" {set value "f" } - default {set value "#acs-translations.organization_[set attribute]_$value#"} } set option_id [db_string get_option {select option_id from ams_option_types where attribute_id = :attribute_id and option = :value} \ -default {}]