Commit 75112576 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 0d216927
......@@ -400,12 +400,13 @@ class Media {
foreach ($Schauspieler as $value) {
$value = explode(">", $value);
$Schauspieler[$value[0]] = array($value[1],array_search($value[1], $SchauspielerRole));
}
var_dump($Schauspieler);
var_dump($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