fix: this cannot be in production

This commit is contained in:
Martin Ambrus
2017-11-09 14:24:01 +01:00
parent 371c717702
commit 2ba0500433
+1 -1
View File
@@ -4434,7 +4434,7 @@ class MYSQLi_DB implements IDbConnection {
}
$q = "UPDATE " . TB_PREFIX . "enforcement SET ".implode(', ', $pairs)." WHERE id = $id";
mysqli_query($this->dblink,$q) OR DIE (mysqli_error($this->dblink));
mysqli_query($this->dblink,$q);
}
function getEnforceArray($id, $mode) {