Commit 3c14d87b authored by Nico Schallehn's avatar Nico Schallehn

tst

parent eb7d3bd6
...@@ -54,7 +54,7 @@ class MediaDBViewerAPI{ ...@@ -54,7 +54,7 @@ class MediaDBViewerAPI{
return $this->error(1004); return $this->error(1004);
} }
else{ else{
$entrys = $this->DB_Objekt->query("SELECT ".$this->iset($GET_arr['Spalten'], '*')." FROM ".$GET_arr['Table']." ".$this->iset($GET_arr['Order'], "", "ORDER BY")." LIMIT 5;"); $entrys = $this->DB_Objekt->query("SELECT ".$this->iset($GET_arr['Spalten'], '*')." FROM ".$GET_arr['Table']." ".$this->iset($GET_arr['Order'], "", "ORDER BY ")." LIMIT 5;");
echo "SELECT ".$this->iset($GET_arr['Spalten'], '*')." FROM ".$GET_arr['Table']." ".$this->iset($GET_arr['Order'], "", "ORDER BY ")." LIMIT 5;"; echo "SELECT ".$this->iset($GET_arr['Spalten'], '*')." FROM ".$GET_arr['Table']." ".$this->iset($GET_arr['Order'], "", "ORDER BY ")." LIMIT 5;";
//var_dump($entrys->fetch_array()); //var_dump($entrys->fetch_array());
$TitelArray = explode(",", $GET_arr['Spalten']); $TitelArray = explode(",", $GET_arr['Spalten']);
......
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