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:
8a14918
)
typo: $::from
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 15 Apr 2011 08:23:54 +0000
(10:23 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 15 Apr 2011 09:50:42 +0000
(11:50 +0200)
SL/Auth.pm
patch
|
blob
|
history
diff --git
a/SL/Auth.pm
b/SL/Auth.pm
index
cd16c8e
..
73a37c5
100644
(file)
--- a/
SL/Auth.pm
+++ b/
SL/Auth.pm
@@
-970,7
+970,7
@@
sub delete_group {
my $self = shift;
my $id = shift;
- my $form = $main::f
ro
m;
+ my $form = $main::f
or
m;
my $dbh = $self->dbconnect();
$dbh->begin_work;