Commit afbaddd8 authored by Nico Schallehn's avatar Nico Schallehn

Gerne und Schauspieler :sollte jetzt demodaten liefern

parent 4a570fd6
......@@ -117,11 +117,13 @@ class MediaDBViewerAPI{
if($ListGerne){
//echo " ListGerne ist true";
array_push($tempArray, array("Gerne" => array("test", "test2")));
//array_push($tempArray, array("Gerne" => array("test", "test2")));
$tempArray["Gerne"] = array("test", "test2");
}
if($ListSchauspieler){
//echo " ListSchauspieler ist true";
array_push($tempArray, array("Schauspieler" => array("test", "test2")));
//array_push($tempArray, array("Schauspieler" => array("test", "test2")));
$tempArray["Schauspieler"] = array("test", "test2");
}
array_push($entryArray,$tempArray);
}
......
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