Found some extra statemensts

This commit is contained in:
Marijn Jansen
2017-01-29 14:08:45 +01:00
parent b24fed57d9
commit c1a7ccc076
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ if ($_SERVER["REQUEST_METHOD"] == "GET") {
}
function changePassword() {
$stmt = $GLOBALS["db"]->prepare("
$stmt = prepareQuery("
UPDATE
`user`
SET
@@ -42,7 +42,7 @@ function changePassword() {
}
function verifyLink(int $userID, string $hash) {
$stmt = $GLOBALS["db"]->prepare("
$stmt = prepareQuery("
SELECT
`password`
FROM