1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-31 10:04:20 +03:00

php7.4 / psalm fixes

This commit is contained in:
David Goodwin
2020-01-31 16:30:46 +00:00
parent 882b6835ed
commit 1ad184641d
9 changed files with 12 additions and 10 deletions

View File

@ -1721,6 +1721,7 @@ function db_query($sql, array $values = array(), $ignore_errors = false) {
$link = db_connect();
$error_text = '';
$stmt = null;
try {
$stmt = $link->prepare($sql);
$stmt->execute($values);