Commit 89685c5d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 5ff54283
......@@ -779,7 +779,7 @@ class Media {
}
$array["regisseur"] = str_replace(" /", ",", $imdb->getDirector());
$array["land"] = $imdb->getCountry();
$array["land"] = str_replace(" /", ",", $imdb->getCountry());
//var_dump($array);
//exit;
......
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