projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3734c21
)
return wert true
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 22 Oct 2009 13:07:18 +0000
(15:07 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 22 Oct 2009 13:07:18 +0000
(15:07 +0200)
bin/mozilla/do.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/do.pl
b/bin/mozilla/do.pl
index
a43da17
..
c69052b
100644
(file)
--- 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');
}