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

test

parent ce08196c
......@@ -256,7 +256,7 @@ class MediaDBAPI{
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])
echo ($entry[$val->name] == null?"...":$entry[$val->name]).PHP_EOL;
echo ($entry[$val->name] == null?"...":"><".$entry[$val->name]).PHP_EOL;
}
}
// 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