Commit 907957bb authored by Nico Schallehn's avatar Nico Schallehn

test

parent 737f61c7
......@@ -102,7 +102,7 @@ class MediaDBAPI{
}
if($this->API_Rechte >= 4){ // Einfacher Zugang mit allen Infos Also wann man Welchen FIlm gesehen hat usw.
array_push($this->SpaltenFil, "checked", "views", "comment", "added", "lastView");
array_push($this->SpaltenEpi, "checked", "views", "comment", "added", "lastView", "Statistik");
array_push($this->SpaltenEpi, "checked", "views", "comment", "added", "lastView" );
/*$this->FilterEinf = array_merge($this->FilterEinf, array( "acodecger" => "acodecger", "acodeceng" => "acodeceng", "vcodec" => "vcodec",
"channelsger" => "channelsger", "channelseng" => "channelseng"));*/
$this->FilterKomp = array_merge($this->FilterKomp, array("Hinzugefuegt" => "added", "Gesehen" => "lastView", "Gesehenzaehler" => "views"));
......@@ -309,6 +309,7 @@ class MediaDBAPI{
if($GET_arr["Tabelle"] == "Episoden" OR $GET_arr["Tabelle"] == "Filme"){
foreach ($SpaltenArr as $value) {
var_dump($this->SpaltenEpisoden);
if(!(in_array($value, $this->SpaltenFil) OR !(in_array($value, $this->SpaltenEpisoden)))){
echo "Lösche: ".$value.PHP_EOL;
......
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