Update status.php
authorPatrick McGuire <insidenothing@gmail.com>
Fri, 24 Jul 2020 15:41:03 +0000 (11:41 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2020 15:41:03 +0000 (11:41 -0400)
admin/status.php

index deaacc6..af7d7e1 100644 (file)
@@ -17,7 +17,7 @@ function secondsToDHMS($seconds) {
     $per_minute = intval($_GET['last']) - $row_cnt;
     $left = $expected - $row_cnt;
     $minutes = round($left/$per_minute);
-    $human = secondsToDHMS($minutes*60)
+    $human = secondsToDHMS($minutes*60);
     echo '<h1>'.date('r').'</h1><h1>'.number_format($row_cnt).' out of '.number_format($expected).' '.$p.'% done</h1>
     <h3>$per_minute Per Minute</h3>
 <h3>$left row Left</h3>