Commit ad21b9d2 authored by Nico Schallehn's avatar Nico Schallehn

test

parent b78c1e82
......@@ -122,8 +122,8 @@ class Media {
echo $this->Console->getColoredString(" ","black", "red").PHP_EOL;
}
$end = time();
$Counter++;
$laufzeit = $end - $start;
$H = floor($laufzeit / 3600);
$i = ($laufzeit / 60) % 60;
$s = $laufzeit % 60;
......@@ -132,7 +132,7 @@ class Media {
$id = ($Durchschnitt / 60) % 60;
$sd = $Durchschnitt % 60;
//echo ;
$Counter++;
$status = "Laufzeit: ".sprintf("%02d:%02d:%02d", $H, $i, $s)."( Pro Film: ".sprintf("%02d:%02d:%02d", $Hd, $id, $sd).") (".$Counter.' von '.count($FilmeArr).") ".PHP_EOL.PHP_EOL;
echo $status;
......
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