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:
5333aff
)
Und nochmal den richtigen.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 27 May 2011 09:06:53 +0000
(11:06 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 27 May 2011 09:06:53 +0000
(11:06 +0200)
SL/Auth.pm
patch
|
blob
|
history
diff --git
a/SL/Auth.pm
b/SL/Auth.pm
index
569ec21
..
98c36d3
100644
(file)
--- a/
SL/Auth.pm
+++ b/
SL/Auth.pm
@@
-1117,7
+1117,7
@@
sub load_rights_for_user {
my $dbh = $self->dbconnect;
my ($query, $sth, $row, $rights);
- $rights = { map { $
rights->{$_}
=> 0 } all_rights() };
+ $rights = { map { $
_
=> 0 } all_rights() };
$query =
qq|SELECT gr."right", gr.granted