cleanup some unneeded things
This commit is contained in:
parent
90c0f3e92d
commit
333a112ff6
4 changed files with 3 additions and 6 deletions
|
|
@ -10,7 +10,6 @@
|
|||
60 => 'minute',
|
||||
];
|
||||
|
||||
$numunits;
|
||||
foreach ($timeunits as $unit => $text) {
|
||||
if ($time < $unit)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue