Commit a5ee3fab authored by Nico Schallehn's avatar Nico Schallehn

alles raus

parent cb0adb48
...@@ -125,10 +125,10 @@ class MediaDBViewerAPI{ ...@@ -125,10 +125,10 @@ class MediaDBViewerAPI{
} }
if($ListSchauspieler){ if($ListSchauspieler){
$Query = 'SELECT group_concat(s.name) AS Schauspieler FROM FilmSchauspieler AS fs JOIN Schauspieler AS s ON fs.schauspielerID = s.schauspielerID WHERE fs.imdbID="'.$tempArray["imdbID"].'" '; //$Query = 'SELECT group_concat(s.name) AS Schauspieler FROM FilmSchauspieler AS fs JOIN Schauspieler AS s ON fs.schauspielerID = s.schauspielerID WHERE fs.imdbID="'.$tempArray["imdbID"].'" ';
$Schauspieler = $this->DB_Objekt->query($Query); //$Schauspieler = $this->DB_Objekt->query($Query);
$SchauspielerArr = $Schauspieler->fetch_array(); //$SchauspielerArr = $Schauspieler->fetch_array();
//$tempArray["Schauspieler"] = explode(",", $GenreArr["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