This commit is contained in:
kolaente 2018-02-18 19:10:48 +01:00
parent ec44bdce88
commit 0c4649c93f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 2 deletions

View File

@ -154,8 +154,6 @@ class db
}
$stmt .= ') VALUES (' . $valCnt . ')';
echo $stmt;
print_r($vals);
$insert = $this->dbh->prepare($stmt);
return $insert->execute($vals);
}