From: Sven Schöling Date: Thu, 22 Oct 2009 13:07:18 +0000 (+0200) Subject: return wert true X-Git-Tag: release-2.6.1beta1~185 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=381130c09175ee73d82737dd1a760fda5d47c7f3;p=kivitendo-erp.git return wert true --- diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index a43da17ed..c69052bd9 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -48,12 +48,12 @@ require "bin/mozilla/reportgenerator.pl"; use strict; +my $print_post; + 1; # end of main -my $print_post; - sub check_do_access { $main::auth->assert($main::form->{type} . '_edit'); }