Commit b1739c29 authored by Nico Schallehn's avatar Nico Schallehn

fsk final

parent a08ee2f7
......@@ -193,12 +193,13 @@ class Media {
if(!(strpos( $fsktemp,"Germany") === false)){
$fsk = trim(substr($fsktemp,strpos( $fsktemp,"Germany")+8,2));
if($fsk == "No"){
if($fsk == "No"){/*
echo "No gefunden!!".PHP_EOL;
$fsktemp = substr($fsktemp,strpos( $fsktemp,"Germany")+8);
echo "Suche Weiter ab: ".$fsktemp.PHP_EOL;
$fsk = trim(substr($fsktemp,strpos( $fsktemp,"Germany")+8,2));
echo "neues FSK: ".$fsk.PHP_EOL;*/
$fsk = 18;
}
if(in_array($fsk, array(0, 6, 12,16,18))){
$fskbool = true;
......
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