Commit 542ae495 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 19d6a7c1
......@@ -127,7 +127,8 @@ class MediaDBAPI{
$tempFilme= array();
foreach ($this->SpaltenFilme as $value) {
if(in_array($value, $this->SpaltenFil)){
$tempFilme = array_push($tempFilme, $value);
echo $value.PHP_EOL;
$tempFilme = array_push($tempFilme, $value);
}
}
......@@ -135,6 +136,7 @@ class MediaDBAPI{
$tempEpisoden= array();
foreach ($this->SpaltenEpisoden as $value) {
if(in_array($value, $this->SpaltenEpi)){
echo $value.PHP_EOL;
$tempEpisoden = array_push($tempEpisoden, $value);
}
......
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