Commit ebebf1c0 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 02a51cda
......@@ -192,6 +192,11 @@ class Media {
if(!(strpos( $fsktemp,"Germany") === false)){
$fsk = trim(substr($fsktemp,strpos( $fsktemp,"Germany")+8,2));
if($fsk == "No"){
$fsktemp = substr($fsktemp,strpos( $fsktemp,"Germany")+8);
$fsk = trim(substr($fsktemp,strpos( $fsktemp,"Germany")+8,2));
}
if(in_array($fsk, array(0, 6, 12,16,18))){
$fskbool = true;
$newData["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