Merge branch 'seeddms-4.3.x' into seeddms-5.0.x

This commit is contained in:
Uwe Steinmann 2017-02-28 07:15:01 +01:00
commit c73dc49a59

View File

@ -311,7 +311,7 @@ if ($action=="setSettings") {
$connTmp->exec($query);
if ($connTmp->errorCode() != 0) {
$errorMsg .= $connTmp->errorInfo() . "<br/>";
$errorMsg .= $connTmp->errorInfo()[2] . "<br/>";
}
}
}