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

test

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