Commit f24f1c8f authored by Nico Schallehn's avatar Nico Schallehn

et

parent fa1aa886
......@@ -60,7 +60,7 @@ class MediaDBViewerAPI{
var_dump($GET_arr);
/*$TitelArray = explode(",", $GET_arr['Spalten']);
$i = 0;
$entryArray = array();
while($entry = $entrys->fetch_array()){
foreach ($TitelArray as $Titel){
......@@ -68,6 +68,7 @@ class MediaDBViewerAPI{
}
array_push($entryArray,$tempArray);
}*/
$entryArray = array();
$finfo = $entrys->fetch_fields();
while($entry = $entrys->fetch_array()){
$tempArray = array();
......
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