Commit df28eafc authored by Nico Schallehn's avatar Nico Schallehn

test

parent beacd4fc
...@@ -288,8 +288,8 @@ class Media { ...@@ -288,8 +288,8 @@ class Media {
$fehlerArr = array(""); $fehlerArr = array("");
$Counter=0; $Counter=0;
var_dump($FilmeArr); //var_dump($FilmeArr);
exit; //exit;
foreach ($FilmeArr as $value) { foreach ($FilmeArr as $value) {
$array = $this->parseEpisode($value[2].(strlen($value[0])>0?'/':''), $value[1],$action); $array = $this->parseEpisode($value[2].(strlen($value[0])>0?'/':''), $value[1],$action);
......
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