Commit ff2ac822 authored by Nico Schallehn's avatar Nico Schallehn

kommentare was zu tun ist ..

parent 07b31c00
......@@ -128,7 +128,8 @@ class Media {
$s = $laufzeit % 60;
//echo ;
$Counter++;
$status = "Laufzeit: ".sprintf("%02d:%02d:%02d", $H, $i, $s)."! ".$Counter.' von '.count($FilmeArr);
$status = "Laufzeit: ".sprintf("%02d:%02d:%02d", $H, $i, $s)."! ".$Counter.' von '.count($FilmeArr).PHP_EOL.PHP_EOL;
//TODO Durchschnittszeit ausgeben!!
echo $status;
file_put_contents("./phpTestout/default.txt", $status." ".$value[1].PHP_EOL.PHP_EOL, FILE_APPEND);
}
......@@ -337,7 +338,7 @@ class Media {
}
}else{
$keys[] = $key;
$values[] = "'".$value."'";
$values[] = "'".$value."'"; //TODO ' entkapseln!! und Zeichensatz anpassen utf8_decode testen!!!
}
}
echo "Film eintragen... ";
......
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