Commit 8f86cc13 authored by Nico Schallehn's avatar Nico Schallehn

asdf

parent 14409623
...@@ -63,7 +63,7 @@ class MediaDBViewerAPI{ ...@@ -63,7 +63,7 @@ class MediaDBViewerAPI{
foreach ($TitelArray as $Titel){ foreach ($TitelArray as $Titel){
$entryArray[$i][$Titel] = $entry[$Titel]; $entryArray[$i][$Titel] = $entry[$Titel];
} }
$i++; //$i++;
} }
return array("Spalten"=>$TitelArray, "Data" =>$entryArray); return array("Spalten"=>$TitelArray, "Data" =>$entryArray);
......
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