X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/870e380d3248baa87148a6316977b69c8c4b17c4..fce441db:/bin/mozilla/gl.pl diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index db4196e4a..731f52576 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -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;