Commit d2b76cd4 authored by Nico Schallehn's avatar Nico Schallehn

test

parent b7f23ddc
...@@ -75,6 +75,14 @@ class MediaDBAPI{ ...@@ -75,6 +75,14 @@ class MediaDBAPI{
array_push($this->FilterKomp, array("Jahr" => "year", "Groesse" => "size", "Laufzeit" => "duration")); array_push($this->FilterKomp, array("Jahr" => "year", "Groesse" => "size", "Laufzeit" => "duration"));
//array_push($this->StatiViews, ""); //array_push($this->StatiViews, "");
} }
if($this->API_Rechte >= 2){
array_push($this->SpaltenFil, "name");
array_push($this->SpaltenEpi,"imdb", "3d");
array_push($this->FilterEinf, array("imdbID" => "imdbID", "acodecger" => "acodecger", "acodeceng" => "acodeceng", "vcodec" => "vcodec",
"resolution" => "resolution", "channelsger" => "channelsger", "channelseng" => "channelseng"));
array_push($this->FilterKomp, array("Jahr" => "year", "Groesse" => "size", "Laufzeit" => "duration"));
//array_push($this->StatiViews, "");
}
} }
public function API_GetKeyRights($GET_arr, $POST_arr =""){ public function API_GetKeyRights($GET_arr, $POST_arr =""){
$array["SpaltenFilme"] = $this->SpaltenFil; $array["SpaltenFilme"] = $this->SpaltenFil;
......
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