Commit cac621cf authored by Nico Schallehn's avatar Nico Schallehn

test

parent c9612a1e
......@@ -402,11 +402,11 @@ class Media {
foreach ($Schauspieler as $value) {
$value = explode(">", $value);
$array["Schauspieler"][trim($value[0])] = array(trim($value[1]),trim(array_search(trim($value[1]), $SchauspielerRollen)));
$Schauspieler[trim($value[0])] = array(trim($value[1]),trim(array_search(trim($value[1]), $SchauspielerRollen)));
}
//var_dump($Schauspieler);
var_dump($Schauspieler);
//var_dump($SchauspielerRollen);
......@@ -414,7 +414,7 @@ class Media {
//$array["Schauspieler"]
//exit;
exit;
$array["fsk"] = $this->gibFSK ($imdb,$array["imdbID"]);
if ($array["fsk"] == false){
unset($array["fsk"]);
......
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