Commit 886146bf authored by Nico Schallehn's avatar Nico Schallehn

test

parent 47d96529
......@@ -127,7 +127,7 @@ class Media {
$Counter=0;
//var_dump($FilmeArr);
foreach ($FilmeArr as $value) {
echo $value[2].(strlen($value[0])>0?$value[0].'/':'').PHP_EOL.PHP_EOL.PHP_EOL.PHP_EOL;
echo $value[2].$value[1].PHP_EOL.PHP_EOL.PHP_EOL.PHP_EOL;
$array = $this->parseMovie($value[2].(strlen($value[0])>0?$value[0].'/':''), $value[1],$action);
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