Commit a112c42a authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3754aa1f
......@@ -256,7 +256,7 @@ class Media {
$Schauspielers = explode(" / ", $value);
foreach ($genreArr as $value) {
$Schauspieler = explode(">", str_replace("nm", "", $value));
$Querys[] = 'INSERT INTO FilmSchauspieler ('.$DataArr['imdbID'].','.$this->getSchauspielerID($mysqli, $Schauspieler[1],$Schauspieler[0]).')';
$Querys[] = $value.'INSERT INTO FilmSchauspieler ('.$DataArr['imdbID'].','.$this->getSchauspielerID($mysqli, $Schauspieler[1],$Schauspieler[0]).')';
}
}
......
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