Commit 9157c824 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 5e0daf77
......@@ -255,7 +255,7 @@ class MediaDBAPI{
$tempArray = array();
foreach ($finfo as $val) {
if(!(($val->name == "imdbID") AND $NoimdbID)){
$tempArray[$val->name] = utf8_encode($entry[$val->name]); //($entry[$val->name] == null?"":$entry[$val->name])
$tempArray[$val->name] = utf8_encode(($entry[$val->name] == null?"":$entry[$val->name])); //($entry[$val->name] == null?"":$entry[$val->name])
}
}
// Genre oder Schauspielerblock hinzufügen wenn es gewünscht ist
......
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