1
0
mirror of https://github.com/Mowie/Mowie synced 2024-06-03 01:19:39 +00:00
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

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);
}