Exec. delete

This commit is contained in:
Kilian Hofmann 2024-07-30 19:06:40 +02:00
parent 28955feda7
commit ae31f57ee0

View File

@ -612,6 +612,7 @@ class User implements JsonSerializable
$db = Database::getInstance();
$stmt = $db->prepare("DELETE FROM egb_benutzer WHERE id = :ID");
$stmt->bindValue(":ID", $this->id);
$stmt->execute();
$stmt = $db->prepare(
"SELECT