Commit a08ee2f7 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 0aca89f5
...@@ -196,6 +196,7 @@ class Media { ...@@ -196,6 +196,7 @@ class Media {
if($fsk == "No"){ if($fsk == "No"){
echo "No gefunden!!".PHP_EOL; echo "No gefunden!!".PHP_EOL;
$fsktemp = substr($fsktemp,strpos( $fsktemp,"Germany")+8); $fsktemp = substr($fsktemp,strpos( $fsktemp,"Germany")+8);
echo "Suche Weiter ab: ".$fsktemp.PHP_EOL;
$fsk = trim(substr($fsktemp,strpos( $fsktemp,"Germany")+8,2)); $fsk = trim(substr($fsktemp,strpos( $fsktemp,"Germany")+8,2));
} }
......
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