Commit 43b6e5dd authored by Nico Schallehn's avatar Nico Schallehn

test

parent 85d3212e
...@@ -189,7 +189,7 @@ class Media { ...@@ -189,7 +189,7 @@ class Media {
/*if(!(strpos( $fsk,"West Germany") == false)){ /*if(!(strpos( $fsk,"West Germany") == false)){
$fsk = trim(substr($fsk,strpos( $fsk,"West Germany")+13,3)); $fsk = trim(substr($fsk,strpos( $fsk,"West Germany")+13,3));
}else*/ }else*/
if(!(strrpos( $fsktemp,"Germany") == false)){ if(!(strrpos( $fsktemp,"Germany:") == false)){
$fsk = trim(substr($fsktemp,strrpos( $fsk,"Germany:")+8,15)); $fsk = trim(substr($fsktemp,strrpos( $fsk,"Germany:")+8,15));
}else{ }else{
$fsk = ""; $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