Fixed a bug with combo box.

This commit is contained in:
JT Smith 2002-10-06 22:27:11 +00:00
parent a0604319fc
commit 8cf465c3e6

View file

@ -208,6 +208,7 @@ sub combo {
$_[0]->{options}->{_new_} = WebGUI::International::get(581).'->';
$output = selectList({
name=>$_[0]->{name},
options=>$_[0]->{options},
value=>$_[0]->{value},
multiple=>$_[0]->{multiple},
extras=>$_[0]->{extras}