Bug fixes
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
public function deleteEnthaelt($id){
|
||||
$pdo=$this->linkDB();
|
||||
$params = array();
|
||||
$sql = "DELETE FROM Enthaelt WHERE id=:id";
|
||||
$sql = "DELETE FROM Enthaelt WHERE id=:id;";
|
||||
$params[":id"] = $id;
|
||||
try{
|
||||
$stmt = $pdo->prepare($sql);
|
||||
|
Reference in New Issue
Block a user