]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/gl.pl
Da die .pl Files als Module geladen werden, müssen sie auf true zurückgeben.
[mfinanz.git] / bin / mozilla / gl.pl
index db4196e4ae985879b51d6a6e12cc623f50ae088a..731f525767357c38d45bc2bfd75dec6041c71dd6 100644 (file)
@@ -46,10 +46,6 @@ require "bin/mozilla/reportgenerator.pl";
 
 use strict;
 
-1;
-
-# end of main
-
 # this is for our long dates
 # $locale->text('January')
 # $locale->text('February')
@@ -1659,3 +1655,5 @@ sub storno {
 sub continue {
   call_sub($main::form->{nextsub});
 }
+
+1;