Commit f3bbc5b4 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 13af5ad2
......@@ -122,6 +122,7 @@ class Media {
foreach ($FilmeArr as $value) {
//echo " ".$this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':'').$value[1].PHP_EOL;
echo (strlen($value[0])>0?$value[0].'/':''), $value[1].PHP_EOL;
$ParseFile = (($action == "einlesen")?$this->PfadzumEinlesen:$this->PfadzumAusgeben).(strlen($value[0])>0?$value[0].'/':'').$value[1];
$array = $this->parseMovie((($action == "einlesen")?$this->PfadzumEinlesen:$this->PfadzumAusgeben).(strlen($value[0])>0?$value[0].'/':''), $value[1]);
if($array == false){
echo $this->Console->getColoredString(" ","black", "red").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