Commit 642c147b authored by Nico Schallehn's avatar Nico Schallehn

test

parent f0fe6779
...@@ -143,7 +143,7 @@ class MediaDBViewerAPI{ ...@@ -143,7 +143,7 @@ class MediaDBViewerAPI{
if($this->DB_Objekt->error != ""){ return $this->error(1005, $this->DB_Objekt->error);} if($this->DB_Objekt->error != ""){ return $this->error(1005, $this->DB_Objekt->error);}
$GenreArr = $Genre->fetch_array(); $GenreArr = $Genre->fetch_array();
$tempArray["Genre"] = explode(",", $GenreArr["Genre"]); $tempArray["Genre"] = explode(",", utf8_encode($GenreArr["Genre"]));
} }
if($ListSchauspieler){ if($ListSchauspieler){
......
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