[repo.ue] removed debug (PDO::ERRMODE_EXCEPTION)

This commit is contained in:
xdrm-brackets 2018-03-19 23:39:53 +01:00
parent 38600994c0
commit 14c71d88f1
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ class ue extends Repo_i {
$parm = is_null($code) ? [] : [':code' => $code];
/* (2) Prepare Statement */
$this->pdo->setAttribute(\PDO::ATTR_ERRMODE, \PDO::ERRMODE_EXCEPTION);
$st = $this->pdo->prepare("SELECT
ue.code,
ue.label,