Commit 225e6c0b authored by Nico Schallehn's avatar Nico Schallehn

test

parent 542ae495
......@@ -124,7 +124,7 @@ class MediaDBAPI{
//TODO überprüfen ob es die spalten auch wirklich gibt!!!
//Dafür den Array mit allein Spalten für die Reinfolge verwenden
$tempFilme= array();
$tempFilme= array("test");
foreach ($this->SpaltenFilme as $value) {
if(in_array($value, $this->SpaltenFil)){
echo $value.PHP_EOL;
......@@ -133,7 +133,7 @@ class MediaDBAPI{
}
$this->SpaltenFil = $tempFilme;
$tempEpisoden= array();
$tempEpisoden= array("test");
foreach ($this->SpaltenEpisoden as $value) {
if(in_array($value, $this->SpaltenEpi)){
echo $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