From e65fc6624e4024cb18ea0fe28a63002409dd9b83 Mon Sep 17 00:00:00 2001 From: Kilian Saffran Date: Mon, 16 Nov 2020 12:57:40 +0100 Subject: [PATCH] v202011161257 t1.0.20 --- app/lib/dksdb.pm | 2 +- app/tmpl/index.tt | 2 +- desktopapp/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/lib/dksdb.pm b/app/lib/dksdb.pm index 9e9317dd..60cf28bf 100644 --- 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; } diff --git a/app/tmpl/index.tt b/app/tmpl/index.tt index b35aa17e..20f9e8b6 100644 --- a/app/tmpl/index.tt +++ b/app/tmpl/index.tt @@ -1,4 +1,4 @@ -[% appversion='1.0.19' %] +[% appversion='1.0.20' %] [% minify = '' %] diff --git a/desktopapp/package.json b/desktopapp/package.json index a9f10665..070d9181 100644 --- a/desktopapp/package.json +++ b/desktopapp/package.json @@ -1,6 +1,6 @@ { "name": "POT", - "version": "1.0.19", + "version": "1.0.20", "description": "plan d'organisation du travail", "main": "main.js", "scripts": { -- 2.39.5