Merge branch 'joey-testing' into 'master'

fixed idk

See merge request !140
This commit was merged in pull request #144.
This commit is contained in:
Marijn Jansen
2017-01-27 14:18:27 +01:00

View File

@@ -50,5 +50,5 @@ function setHashToDatabase(int $userID, string $hash) {
$stmt->bindParam(":hash", $hash);
$stmt->bindParam(":userID", $userID);
$stmt->execute();
return $stmt->rowCount();
$stmt->rowCount();
}