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:
d57c45b
)
Peinlicher Syntaxfehler beim Laden von Gruppenrechten.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 27 May 2011 09:04:34 +0000
(11:04 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 27 May 2011 09:04:34 +0000
(11:04 +0200)
SL/Auth.pm
patch
|
blob
|
history
diff --git
a/SL/Auth.pm
b/SL/Auth.pm
index
ff77bfc
..
569ec21
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 { $rights->{$_} =
>
0 } all_rights() };
$query =
qq|SELECT gr."right", gr.granted