Commit 40724c33 authored by Nico Schallehn's avatar Nico Schallehn

e

parent 9fc31d29
......@@ -53,7 +53,7 @@ class MediaDBViewerAPI{
return (isset($var)?$var:null);
}
public function API_GetDataListe(){
return $this->APIGetDataListe(Helper_isset($_GET['Table']), Helper_isset($_GET['Spalten']), $_GET['Order'], $_GET['Sort']);
return $this->APIGetDataListe($this->Helper_isset($_GET['Table']), $this->Helper_isset($_GET['Spalten']), $_GET['Order'], $_GET['Sort']);
}
public function APIGetDataListe($Table, $Spalten = "*", $Order = "", $Sort){
$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