projects
/
pot_lu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0151e9b
)
v20210118 pwa ios
author
Kilian Saffran
<ksaffran@dks.lu>
Mon, 18 Jan 2021 17:17:04 +0000
(18:17 +0100)
committer
Kilian Saffran
<ksaffran@dks.lu>
Mon, 18 Jan 2021 17:17:04 +0000
(18:17 +0100)
app/lib/dksdb.pm
patch
|
blob
|
history
diff --git
a/app/lib/dksdb.pm
b/app/lib/dksdb.pm
index
0d40d53
..
3ca21b2
100644
(file)
--- a/
app/lib/dksdb.pm
+++ b/
app/lib/dksdb.pm
@@
-20,7
+20,7
@@
sub new {
my $class = shift;
my $p = shift;
my $self = bless {}, $class;
- $self->{debug} =
1
;
+ $self->{debug} =
0
;
$self->{dbh} = DBI->connect($p->{dsn},$p->{dbuser},$p->{dbpassword},{PrintError=>1,RaiseError=>1,AutoCommit=>1}) or return "query Connection Error!".$!;
return $self;
}