Commit c7eafe57 authored by Nico Schallehn's avatar Nico Schallehn

fehler behoben

parent 2d6c8bc7
......@@ -339,9 +339,9 @@ class MediaDBViewerAPI{
}else{
$Query = "UPDATE ".$GET_arr["Tabelle"]." ".$Set." ".$Where.";";
$result = $this->query($Query);
if($this->DB_Objekt->error != ""){ return $this->error(1005, $this->DB_Objekt->error.">".$Query);}
if($this->DB_Objekt->error != ""){ return $this->error(1005, $this->DB_Objekt->error);}
return $this->error(1008, $Query);
return $this->error(1008, utf8_encode($Query));
}
}/*
else if(isset($POST_arr["season_nr"]) AND ($GET_arr["Tabelle"] == "Staffeln") ){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment