Commit 8b6e8466 authored by Nico Schallehn's avatar Nico Schallehn

debug ausgaben

parent 690b0b1b
......@@ -336,11 +336,11 @@ class MediaDBAPI{
//var_dump($this->SpaltenEpi);
if(!(in_array($value, $this->SpaltenEpi)==1)){
//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