Commit 9c4b3c37 authored by Nico Schallehn's avatar Nico Schallehn

debug

parent e6d4c457
......@@ -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] == null?"":$entry[$val->name]));
$tempArray[$val->name] = utf8_encode($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