Commit 0d216927 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 4bf69234
......@@ -391,9 +391,20 @@ class Media {
$Schauspieler = explode("/", str_replace("nm", "", $Schauspieler));
$SchauspielerRole = explode("/", $SchauspielerRole);
foreach ($SchauspielerRole as $value) {
$value = explode("as", $value);
$SchauspielerRole[$value[0]] = $value[1];
}
foreach ($Schauspieler as $value) {
$value = explode(">", $value);
}
var_dump($Schauspieler);
$SchauspielerRole = explode("/", $SchauspielerRole);
var_dump($SchauspielerRole);
......
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