Commit 6b37578b authored by Nico Schallehn's avatar Nico Schallehn

break 2;

parent 95120cef
...@@ -162,7 +162,7 @@ class MediaDBViewerAPI{ ...@@ -162,7 +162,7 @@ class MediaDBViewerAPI{
private function CheckMysqlerror(){ private function CheckMysqlerror(){
if(isset($this->DB_Objekt->error)){ if(isset($this->DB_Objekt->error)){
return $this->error(1005, $this->DB_Objekt->error); return $this->error(1005, $this->DB_Objekt->error);
break; break 2;
} }
} }
private function QuerytoArray($Query){ private function QuerytoArray($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