Commit 2c45c35b authored by Nico Schallehn's avatar Nico Schallehn

test

parent 9d14f174
......@@ -229,7 +229,7 @@ class MediaDBViewerAPI{
}else{
$Select = $this->iset($GET_arr['Spalten'], "*");
}
/*
$Noseason_nr = false;
if((($Statistik) AND !in_array("season_nr", $SpaltenArr) AND ($this->iset($GET_arr['Spalten'], "*") != "*" ))){
$Select = "season_nr,".$GET_arr['Spalten'];
......@@ -237,7 +237,7 @@ class MediaDBViewerAPI{
}else{
$Select = $this->iset($GET_arr['Spalten'], "*");
}
*/
$Query= "SELECT ".$Select.
" FROM ".$GET_arr['Tabelle']." "
.$Where
......
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