Commit 4472ae0e authored by Nico Schallehn's avatar Nico Schallehn

test

parent 58246a46
...@@ -50,7 +50,7 @@ class MediaDBViewerAPI{ ...@@ -50,7 +50,7 @@ class MediaDBViewerAPI{
return $ret; return $ret;
} }
function API_GetDataListe(){ function API_GetDataListe(){
return API_GetDataListe($_GET['Table'], $_GET['Spalten'], $_GET['Order'], $_GET['Sort']); return APIGetDataListe($_GET['Table'], $_GET['Spalten'], $_GET['Order'], $_GET['Sort']);
} }
function APIGetDataListe($Table, $Spalten = "*", $Order = "", $Sort){ function APIGetDataListe($Table, $Spalten = "*", $Order = "", $Sort){
$entrys = $this->DB_Objekt->query("SELECT ".$Spalten." FROM ".$Table.""); $entrys = $this->DB_Objekt->query("SELECT ".$Spalten." FROM ".$Table."");
......
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