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:
20e8034
)
warning
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 13 Sep 2013 13:11:36 +0000
(15:11 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 14 Oct 2013 09:55:33 +0000
(11:55 +0200)
t/000setup_database.t
patch
|
blob
|
history
diff --git
a/t/000setup_database.t
b/t/000setup_database.t
index
06b9296
..
5cf6a28
100755
(executable)
--- a/
t/000setup_database.t
+++ b/
t/000setup_database.t
@@
-179,7
+179,7
@@
sub create_client_user_and_employee {
dbh_do($dbh, $sth, bind => [ $_, $config{$_} ]) for sort keys %config;
$sth->finish;
-
my
$sth = $dbh->prepare(qq|INSERT INTO auth.group_rights (group_id, "right", granted) VALUES (1, ?, TRUE)|) || BAIL_OUT($dbh->errstr);
+ $sth = $dbh->prepare(qq|INSERT INTO auth.group_rights (group_id, "right", granted) VALUES (1, ?, TRUE)|) || BAIL_OUT($dbh->errstr);
dbh_do($dbh, $sth, bind => [ $_ ]) for sort $::auth->all_rights;
$sth->finish;