]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
Freigabe der Shopschnittstelle zu olCommerce
[mfinanz.git] / bin / mozilla / io.pl
index 0395092691d80b264455a2a150381c055496c56f..d85e618f76f1a42d85158c2c4956f0927315ccd0 100644 (file)
@@ -1368,7 +1368,7 @@ sub edit_e_mail {
   print $form->parse_html_template('generic/edit_email', 
                                   { title           => $title,
                                     a_filename      => $attachment_filename,
-                                    _print_options_ => print_options({ 'inline' => 1 }),
+                                    _print_options_ => print_options('inline' => 1),
                                     HIDDEN          => [ map +{ name => $_, value => $form->{$_} }, @hidden_keys ],
                                     SHOW_BCC        => $myconfig{role} eq 'admin' });
 
@@ -1869,7 +1869,7 @@ sub print_form {
     %queued = map { s|.*/|| } split / /, $form->{queued};
 
     if ($filename = $queued{ $form->{formname} }) {
-      $form->{queued} =~ s/$form->{formname} $filename//;
+      $form->{queued} =~ s/\Q$form->{formname} $filename\E//;
       unlink "$spool/$filename";
       $filename =~ s/\..*$//g;
     } else {