Commit d17c47e7 authored by Nico Schallehn's avatar Nico Schallehn

debug

parent ca6a59c9
...@@ -67,7 +67,7 @@ class MediaDBViewerAPI{ ...@@ -67,7 +67,7 @@ class MediaDBViewerAPI{
} }
array_push($entryArray,$tempArray); array_push($entryArray,$tempArray);
} }
var_dump($entryArray);
return array("Spalten"=>$TitelArray, "Data" =>$entryArray); return array("Spalten"=>$TitelArray, "Data" =>$entryArray);
} }
} }
......
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