Commit f642d423 authored by Nico Schallehn's avatar Nico Schallehn

Klammer auf am Ende Entfernt....

parent 288ca921
...@@ -403,6 +403,9 @@ class Media { ...@@ -403,6 +403,9 @@ class Media {
if(!(strpos($value, "as") == false)){ if(!(strpos($value, "as") == false)){
$value = explode("as", $value); $value = explode("as", $value);
$value[1] = str_replace("(uncredited)", "", $value[1]); $value[1] = str_replace("(uncredited)", "", $value[1]);
if(substr($value[1], -1) == "("){
$value[1] =substr($value[1],0, -1);
}
//$value[1] = str_replace("(voice)", "", $value[1]); //$value[1] = str_replace("(voice)", "", $value[1]);
//$value[1] = str_replace("(voice)", "", $value[1]); //$value[1] = str_replace("(voice)", "", $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