Commit 74c614f7 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 6de76699
......@@ -130,7 +130,7 @@ class MediaDBViewerAPI{
$Query = 'SELECT group_concat(s.name) AS Schauspieler F ROM FilmSchauspieler AS fs JOIN Schauspieler AS s ON fs.schauspielerID = s.schauspielerID WHERE fs.imdbID="'.$tempArray["imdbID"].'" ';
$Schauspieler = $this->DB_Objekt->query($Query);
//if(isset($this->DB_Objekt->error)){ return $this->error(1005, $this->DB_Objekt->error);}
if(isset($this->DB_Objekt->error)){ return $this->error(1005, $this->DB_Objekt->error);}
$SchauspielerArr = $Schauspieler->fetch_array();
var_dump($Schauspieler);
//$tempArray["Schauspieler"] = explode(",", $GenreArr["Schauspieler"]);
......
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