]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/bp.pl
Einige strict Probleme mit vclimit=0
[mfinanz.git] / bin / mozilla / bp.pl
index 10acafdaa079005eb069856c80df4b768f83835f..421667da8415ee051db202ea6f68c6f62bdfe8c9 100644 (file)
@@ -95,7 +95,7 @@ sub search {
   # setup customer/vendor selection
   BP->get_vc(\%myconfig, \%$form);
 
-  if (@{ $form->{"all_$form->{vc}"} }) {
+  if (@{ $form->{"all_$form->{vc}"} || [] }) {
     map { $name .= "<option>$_->{name}--$_->{id}\n" }
       @{ $form->{"all_$form->{vc}"} };
     $name = qq|<select name=$form->{vc}><option>\n$name</select>|;