Commit 036c0be5 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 147ef47d
......@@ -389,7 +389,9 @@ class Media {
$array["Schauspieler"] = $imdb->getCastAsOwn(0, false);
$array["SchauspielerRole"] = $imdb->getCastAndCharacter(0, false);//ALT:$imdb->getCastAsOwn(0, false);
var_dump($array["Schauspieler"]);
exit;
$array["fsk"] = $this->gibFSK ($imdb,$array["imdbID"]);
if ($array["fsk"] == false){
unset($array["fsk"]);
......@@ -605,10 +607,21 @@ class Media {
}
//var_dump($DataArr["Schauspieler"]);
//TODO Update für Schauspieler role einbauen
$SQL = "SELECT * FROM FilmSchauspieler WHERE imdbID = ".$DataArr['imdbID'];
$entrys = $mysqli->query($SQL);
while($entry = $entrys->fetch_array()){
}
//exit;
exit;
//$fehlerglobal .= $fehler;
//echo $fehler;
if(!$first){
......
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