Commit bf0c6e18 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7df949a9
<?php
mb_internal_encoding("UTF-8");
class Media {
private $Console;
private $configfile;
......@@ -187,8 +188,8 @@ class Media {
/*if(!(strpos( $fsk,"West Germany") == false)){
$fsk = trim(substr($fsk,strpos( $fsk,"West Germany")+13,3));
}else*/
if(!(strpos( $fsk,"Germany") == false)){
$fsk = trim(substr($fsk,strpos( $fsk,"Germany")+8,3));
if(!(strrpos( $fsk,"Germany") == false)){
$fsk = trim(substr($fsk,strrpos( $fsk,"Germany")+8,3));
}else{
break;
}
......
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