Commit a8cc9894 authored by Nico Schallehn's avatar Nico Schallehn

test

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