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.27 -r1.28 --- openacs-4/packages/ams/tcl/ams-widget-procs.tcl 7 Apr 2006 07:57:42 -0000 1.27 +++ openacs-4/packages/ams/tcl/ams-widget-procs.tcl 7 Apr 2006 10:22:14 -0000 1.28 @@ -1653,7 +1653,9 @@ set value_id [db_string options_value_id {} -default {}] if { [string is false [exists_and_not_null value_id]] } { foreach option_id $options { - set value_id [db_string option_map {}] + if {![string eq "" $option_id]} { + set value_id [db_string option_map {}] + } } } return $value_id