Commit 0f726fd1 authored by Nico Schallehn's avatar Nico Schallehn

debug

parent 495b3486
...@@ -129,7 +129,7 @@ class MediaDBViewerAPI{ ...@@ -129,7 +129,7 @@ class MediaDBViewerAPI{
$Schauspieler = $this->DB_Objekt->query($Query); $Schauspieler = $this->DB_Objekt->query($Query);
if($this->DB_Objekt->error != ""){ return $this->error(1005, $this->DB_Objekt->error);} if($this->DB_Objekt->error != ""){ return $this->error(1005, $this->DB_Objekt->error);}
$SchauspielerArr = $Schauspieler->fetch_array(); $SchauspielerArr = $Schauspieler->fetch_array();
//var_dump($SchauspielerArr); var_dump($SchauspielerArr);
$tempArray["Schauspieler"] = explode(",", $GenreArr["Schauspieler"]); $tempArray["Schauspieler"] = explode(",", $GenreArr["Schauspieler"]);
} }
array_push($entryArray,$tempArray); 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