Commit 68fb383e authored by Nico Schallehn's avatar Nico Schallehn

test

parent d2e7701d
...@@ -67,8 +67,8 @@ class MediaDBViewerAPI{ ...@@ -67,8 +67,8 @@ class MediaDBViewerAPI{
} }
array_push($entryArray,$tempArray); array_push($entryArray,$tempArray);
} }
var_dump($entryArray); //var_dump($entryArray);
echo json_encode($entryArray); //echo json_encode($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