fix invalid keys

This commit is contained in:
Colin Kuskie 2005-09-29 01:59:47 +00:00
parent 40bef78903
commit 5ae43f8b62
11 changed files with 35 additions and 39 deletions

View file

@ -641,7 +641,7 @@ sub getEditForm {
# Add a "Select..." option on top of a select list to prevent from
# saving the value on top of the list when no choice is made.
if($fieldType eq "selectList") {
$options = {"", WebGUI::International::get("Select...","Asset")};
$options = {"", WebGUI::International::get("Select","Asset")};
}
$tabform->getTab("meta")->dynamicField(
name=>"metadata_".$meta->{$field}{fieldId},