Commit b07580d0 authored by Nico Schallehn's avatar Nico Schallehn

test

parent c565f606
...@@ -633,10 +633,14 @@ class Media { ...@@ -633,10 +633,14 @@ class Media {
$SQL = "SELECT * FROM FilmSchauspieler WHERE imdbID = ".$DataArr['imdbID']; $SQL = "SELECT * FROM FilmSchauspieler WHERE imdbID = ".$DataArr['imdbID'];
$entrys = $mysqli->query($SQL); $entrys = $mysqli->query($SQL);
//while($entry = $entrys->fetch_array()){ while($entry = $entrys->fetch_array()){
$newSchauspieler = array_search($entry["schauspielerID"], $DataArr["Schauspieler"]);
if(!($entry[role] == $newSchauspieler[1])){
//} var_dump($newSchauspieler);
}
}
......
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