Commit 710b46f0 authored by Nico Schallehn's avatar Nico Schallehn

OK Meldungen eingebaut

parent 0ea35863
......@@ -614,6 +614,11 @@ class Media {
echo PHP_EOL;
return true;
}else {
if(!$CheckOnly){
file_put_contents("./phpTestout/update.txt", "Alles OK bei Film ".$Film["name"]."(".$Film["imdbID"].")!".PHP_EOL, FILE_APPEND);
}else{
file_put_contents("./phpTestout/update_CheckOnly.txt", "Alles OK bei Film ".$Film["name"]."(".$Film["imdbID"].")!".PHP_EOL.$SQL.PHP_EOL, FILE_APPEND);
}
return false;
//echo "Nix zu ändern bei ".$Film["imdbID"]."!".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