Commit 82aad2f8 authored by Nico Schallehn's avatar Nico Schallehn

test

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