Commit 3fd54779 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 9a6d4534
......@@ -106,7 +106,7 @@ class Media {
echo "Starte verarbeitung der Filme:".PHP_EOL.PHP_EOL;
$FilmeArr = $this->dirtoArray($this->PfadzumEinlesen);
$fehlerArr;
$fehlerArr = array("");
//var_dump($FilmeArr);
foreach ($FilmeArr as $value) {
//echo " ".$this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':'').$value[1].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