Commit 3c8f6280 authored by Nico Schallehn's avatar Nico Schallehn

Ausgabeschönheiten eingebaut

parent 55e52116
......@@ -561,7 +561,7 @@ class Media {
$Ausgabe= " Unterschiede (bei ".$Film["imdbID"].") :".PHP_EOL.$changed.PHP_EOL;
echo $Ausgabe;
file_put_contents("./phpTestout/".$DataArr['imdbID'].".txt", $Ausgabe.PHP_EOL.$SQL.PHP_EOL, FILE_APPEND);
file_put_contents("./phpTestout/update_CheckOnly.txt", $Ausgabe.PHP_EOL.$SQL.PHP_EOL, FILE_APPEND);
file_put_contents("./phpTestout/update_CheckOnly.txt", $Ausgabe." ".$SQL.PHP_EOL.PHP_EOL, FILE_APPEND);
file_put_contents("./phpTestout/update.sql", $SQL.PHP_EOL, FILE_APPEND);
}
echo 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