neu template für änderung von benutzerdaten (in progress)
This commit is contained in:
@@ -65,8 +65,6 @@ class UserModel extends Database
|
||||
$sth = $pdo->prepare($sql);
|
||||
$sth->bindParam(":id", $id);
|
||||
$sth->execute();
|
||||
$sth->execute();
|
||||
// echo "Benutzer ist gelöscht";
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user