Commit 5967d671 authored by Nico Schallehn's avatar Nico Schallehn

debug entfernt

parent e389f956
...@@ -563,7 +563,7 @@ class MediaDBAPI{ ...@@ -563,7 +563,7 @@ class MediaDBAPI{
} }
} }
public function API_GetStatistic($GET_arr, $POST_arr =""){ public function API_GetStatistic($GET_arr, $POST_arr =""){
var_dump($GET_arr['Statistik']); //var_dump($GET_arr['Statistik']);
if(isset($GET_arr['Statistik']) AND in_array($GET_arr['Statistik'], $this->StatiViews)){ if(isset($GET_arr['Statistik']) AND in_array($GET_arr['Statistik'], $this->StatiViews)){
$Query= "SELECT * FROM ".$GET_arr['Statistik'].";"; $Query= "SELECT * FROM ".$GET_arr['Statistik'].";";
......
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