Commit e81b3f6c authored by Nico Schallehn's avatar Nico Schallehn

test

parent 101d04a8
...@@ -306,7 +306,9 @@ class MediaDBAPI{ ...@@ -306,7 +306,9 @@ class MediaDBAPI{
$first = true; $first = true;
$Spalten = ""; $Spalten = "";
foreach ($SpaltenArr as $value) { foreach ($SpaltenArr as $value) {
if(!(in_array($value, $this->SpaltenFil) OR in_array($value, array("Genre", "Schauspieler", "Statistik", "*")))){ if(!(in_array($value, $this->SpaltenFil) OR !(in_array($value, $this->SpaltenEpisoden)OR in_array($value, array("Genre", "Schauspieler", "Statistik", "*")))){
//JETZT
echo "Lösche: ".$value.PHP_EOL; echo "Lösche: ".$value.PHP_EOL;
unset($SpaltenArr[$value]); unset($SpaltenArr[$value]);
}else{ }else{
......
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