Commit 053cd903 authored by Nico Schallehn's avatar Nico Schallehn

test

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