Commit 338b4f21 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 08221f6d
......@@ -299,8 +299,11 @@ class MediaDBAPI{
$Spalten = "";
foreach ($SpaltenArr as $value) {
if(!(in_array($value, $this->SpaltenFil) OR in_array($value, array("Genre", "Schauspieler", "Statistik", "*")))){
echo "Lösche: ".$value.PHP_EOL;
unset($SpaltenArr[$value]);
}else{
echo "behalte: ".$value.PHP_EOL;
$Spalten .= ($first?"":",").$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