Commit 0d409675 authored by Nico Schallehn's avatar Nico Schallehn

test

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