Fixing a bug introduced by the overhaul of WebGUI::HTMLForm.

This commit is contained in:
Martin Kamerbeek 2004-11-16 15:10:27 +00:00
parent aa9f978e1c
commit 18832fca98
5 changed files with 8 additions and 8 deletions

View file

@ -181,7 +181,7 @@ sub www_editProfileField {
foreach $key (keys %hash) {
$hash{$key} = eval $hash{$key};
}
$f->select(
$f->selectList(
-name=>"profileCategoryId",
-options=>\%hash,
-label=>WebGUI::International::get(489,"WebGUIProfile"),