X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Fdo.pl;h=c69052bd941dee713a8d9a880c1e38d01545ad38;hb=a0a30f41301f5f52c26febd9366182be858e54bb;hp=a43da17ed1feb8a8fe28c7bffeca7e42617daf07;hpb=f404e52525ddcbfca571073a62b08c4cac420164;p=kivitendo-erp.git 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'); }