Commit 14ee8223 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 907957bb
......@@ -310,7 +310,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)))){
if((!(in_array($value, $this->SpaltenFil)==1)) OR (!(in_array($value, $this->SpaltenEpisoden)==1))){
echo "Lösche: ".$value.PHP_EOL;
unset($SpaltenArr[$value]);
......
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