cleanup some unneeded things
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
60 => 'minute',
|
||||
];
|
||||
|
||||
$numunits;
|
||||
foreach ($timeunits as $unit => $text) {
|
||||
if ($time < $unit)
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user