diff options
Diffstat (limited to 'misc/tools.php')
-rw-r--r-- | misc/tools.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/tools.php b/misc/tools.php index 7473953..9917be7 100644 --- a/misc/tools.php +++ b/misc/tools.php @@ -10,7 +10,6 @@ 60 => 'minute', ]; - $numunits; foreach ($timeunits as $unit => $text) { if ($time < $unit) continue; |