Commit 9b812fa0 authored by Nico Schallehn's avatar Nico Schallehn

Fehler mit series_nr und season_nr behoben

parent 82620077
......@@ -333,14 +333,14 @@ class MediaDBAPI{
if($GET_arr["Tabelle"] == "Episoden"){
foreach ($SpaltenArr as $value) {
var_dump($this->SpaltenEpi);
//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