Commit 101d04a8 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 4096af7b
......@@ -307,10 +307,10 @@ 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;
echo "Lösche: ".$value.PHP_EOL;
unset($SpaltenArr[$value]);
}else{
//echo "behalte: ".$value.PHP_EOL;
echo "behalte: ".$value.PHP_EOL;
$Spalten .= ($first?"":",").$value;
$first = false;
......
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