Commit d8721e73 authored by Nico Schallehn's avatar Nico Schallehn

test

parent e81b3f6c
......@@ -306,7 +306,7 @@ class MediaDBAPI{
$first = true;
$Spalten = "";
foreach ($SpaltenArr as $value) {
if(!(in_array($value, $this->SpaltenFil) OR !(in_array($value, $this->SpaltenEpisoden)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;
......
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