Commit 248cd9e5 authored by Nico Schallehn's avatar Nico Schallehn

test

parent e8650cbe
......@@ -185,7 +185,7 @@ class Media {
$fsk = $imdb->getCertification();
var_dump($fsk);
if(!(strrpos( $fsk,"Germany") == false)){
$fsk = substr($fsk,strrpos( $fsk,"Germany"),15);
$fsk = trim(substr($fsk,strrpos( $fsk,"Germany")+7,3));
}
......
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