Commit f7b657a8 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3c14d87b
...@@ -63,7 +63,7 @@ class MediaDBViewerAPI{ ...@@ -63,7 +63,7 @@ class MediaDBViewerAPI{
while($entry = $entrys->fetch_array()){ while($entry = $entrys->fetch_array()){
$tempArray = array(); $tempArray = array();
foreach ($TitelArray as $Titel){ foreach ($TitelArray as $Titel){
$tempArray[$Titel] = $entry[$Titel]; $tempArray[$Titel] = utf8_encode($entry[$Titel]);
} }
array_push($entryArray,$tempArray); array_push($entryArray,$tempArray);
} }
......
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