Fixed bug where databaseLinkId field would not default properly to the null entry

This commit is contained in:
Andy Grundman 2003-06-26 01:42:02 +00:00
parent b15d7e74f2
commit c5d7b705da

View file

@ -101,7 +101,7 @@ sub www_edit {
$privileges->selectList(
-name=>"databaseLinkId",
-options=>{
""=>WebGUI::International::get(19,$_[0]->get("namespace")),
"0"=>WebGUI::International::get(19,$_[0]->get("namespace")),
WebGUI::DatabaseLink::getHash(),
},
-label=>WebGUI::International::get(20,$_[0]->get("namespace")),