From 2703f9ee940831c7a33c6887f786adcea052a1f8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 8 Oct 2015 11:40:19 +0100 Subject: [PATCH] Bug 14778: Set PrintError as it was before Signed-off-by: Martin Renvoize --- Koha/Database.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Database.pm b/Koha/Database.pm index 014554f..82d831f 100644 --- a/Koha/Database.pm +++ b/Koha/Database.pm @@ -77,6 +77,7 @@ sub _new_schema { password => $db_passwd, %encoding_attr, RaiseError => $ENV{DEBUG} ? 1 : 0, + PrintError => 1, unsafe => 1, on_connect_do => [ $encoding_query || (), -- 2.1.4