Commit e8461617 authored by Nico Schallehn's avatar Nico Schallehn

test

parent cac621cf
...@@ -395,7 +395,7 @@ class Media { ...@@ -395,7 +395,7 @@ class Media {
foreach ($SchauspielerRole as $value) { foreach ($SchauspielerRole as $value) {
$value = explode("as", $value); $value = explode("as", $value);
$value[1] = str_replace("(uncredited)", "", $value[1]); $value[1] = str_replace("(uncredited)", "", $value[1]);
$value[1] = str_replace("(", "", $value[1]); //$value[1] = str_replace("(", "", $value[1]);
$SchauspielerRollen[trim($value[0])] = trim($value[1]); $SchauspielerRollen[trim($value[0])] = trim($value[1]);
} }
......
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