Commit c1da1d29 authored by Nico Schallehn's avatar Nico Schallehn

bugfix

parent e3e188d3
...@@ -63,9 +63,10 @@ class MediaDBViewerAPI{ ...@@ -63,9 +63,10 @@ class MediaDBViewerAPI{
foreach ($TitelArray as $Titel){ foreach ($TitelArray as $Titel){
$entryArray[$i][$Titel] = $entry[$Titel]; $entryArray[$i][$Titel] = $entry[$Titel];
} }
$i++;
} }
return array("Spalten"=>$TitleArray, "Data" =>$entryArray); return array("Spalten"=>$TitelArray, "Data" =>$entryArray);
} }
} }
public function API_serverinfo($GET_arr = ""){ public function API_serverinfo($GET_arr = ""){
......
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