Commit 1202eb9d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 8ff1dfde
......@@ -309,7 +309,7 @@ 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;
......@@ -325,7 +325,7 @@ class MediaDBAPI{
}else if( $GET_arr["Tabelle"] == "Filme"){
foreach ($SpaltenArr as $value) {
var_dump($this->SpaltenEpisoden);
//var_dump($this->SpaltenEpisoden);
if(!(in_array($value, $this->SpaltenFil)==1)){
echo "Lösche: ".$value.PHP_EOL;
......
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