]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/rc.pl
Eine Funktion zum "sicheren" Aufrufen von Unterfunktionen eingebaut, damit &{ $form...
[mfinanz.git] / bin / mozilla / rc.pl
index d9bf03aab55c04d1555728e3d6cf12449e17f1a0..6634aff6bdec154ac5b602863d1de0d84b3bef94 100644 (file)
@@ -33,6 +33,8 @@
 
 use SL::RC;
 
+require "bin/mozilla/common.pl";
+
 1;
 
 # end of main
@@ -108,7 +110,7 @@ sub reconciliation {
   $lxdebug->leave_sub();
 }
 
-sub continue { &{ $form->{nextsub} } }
+sub continue { call_sub($form->{"nextsub"}); }
 
 sub get_payments {
   $lxdebug->enter_sub();