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

test

parent c2b20c6f
...@@ -188,7 +188,7 @@ class Media { ...@@ -188,7 +188,7 @@ class Media {
$fsktemp = $imdb->getCertification(); $fsktemp = $imdb->getCertification();
if(!(strpos( $fsktemp,"Germany") == false)){ if(!(strpos( $fsktemp,"Germany") === false)){
$fsk = trim(substr($fsktemp,strpos( $fsktemp,"Germany")+8,3)); $fsk = trim(substr($fsktemp,strpos( $fsktemp,"Germany")+8,3));
}else{ }else{
$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