Commit 02098a9b authored by Nico Schallehn's avatar Nico Schallehn

test

parent e8697173
...@@ -196,16 +196,17 @@ class Media { ...@@ -196,16 +196,17 @@ class Media {
echo $this->Console->error("keine fsk gefunden!").PHP_EOL; echo $this->Console->error("keine fsk gefunden!").PHP_EOL;
$counter++; $counter++;
} }
echo " done!".PHP_EOL;
echo ">".$fsk."<FSK =>".$Film["imdbID"].$Film["name"].PHP_EOL;
} else{ } else{
echo $this->Console->error(" fail!").PHP_EOL;
echo $this->Console->error("imdbID nicht bei imdb gefunden!").PHP_EOL; echo $this->Console->error("imdbID nicht bei imdb gefunden!").PHP_EOL;
//file_put_contents("./phpTestout/".$array["imdbID"].".txt", "Keine Infos auf imdbID gefunden: ".$Pfad.$FilenameOrg.PHP_EOL, FILE_APPEND); //file_put_contents("./phpTestout/".$array["imdbID"].".txt", "Keine Infos auf imdbID gefunden: ".$Pfad.$FilenameOrg.PHP_EOL, FILE_APPEND);
} }
echo " done!".PHP_EOL;
echo ">".$fsk."<FSK =>".$Film["imdbID"].$Film["name"].PHP_EOL;
} }
echo PHP_EOL; echo PHP_EOL;
$end = time(); $end = time();
......
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