bugfix, array refs that contain undef are true. Default values not properly set
This commit is contained in:
parent
2e25c5b498
commit
f6ffdeb148
3 changed files with 4 additions and 4 deletions
|
|
@ -120,7 +120,7 @@ sub getUserSearchForm {
|
|||
);
|
||||
$f->selectList(
|
||||
-name=>"modifier",
|
||||
-value=>([$session{scratch}{userSearchModifier}] || ["contains"]),
|
||||
-value=>([$session{scratch}{userSearchModifier} || "contains"]),
|
||||
-options=>{
|
||||
startsWith=>WebGUI::International::get("starts with"),
|
||||
contains=>WebGUI::International::get("contains"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue