]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/oe.pl
Skalarkontext erzwingen
[mfinanz.git] / bin / mozilla / oe.pl
index 70e020fcc54c933a30c0a36dd289ad89c09a0821..0e944e9b790a02cbe77657b591fd0353340d8925 100644 (file)
@@ -702,7 +702,7 @@ sub search {
 
   print $form->parse_html_template('oe/search', {
     %myconfig,
-    is_order => $form->{type} =~ /_order/,
+    is_order => scalar($form->{type} =~ /_order/),
   });
 
   $main::lxdebug->leave_sub();