Commit 737f61c7 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3804811e
......@@ -311,11 +311,11 @@ class MediaDBAPI{
foreach ($SpaltenArr as $value) {
if(!(in_array($value, $this->SpaltenFil) OR !(in_array($value, $this->SpaltenEpisoden)))){
//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