Commit 8de104b1 authored by Nico Schallehn's avatar Nico Schallehn

Debug ausgabe

parent ef6cfc95
......@@ -339,7 +339,7 @@ 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);}
if($this->DB_Objekt->error != ""){ return $this->error(1005, $this->DB_Objekt->error.">".$Query);}
return $this->error(1008, $Query);
}
......
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