fixed idk

This commit is contained in:
Joey Lai
2017-01-27 14:17:56 +01:00
parent 2651e0fb2b
commit e9eeeaf110

View File

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