Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.
There's no point in passing '$long' unless '$no_smart_dt' is set to 'true'.
This commit is contained in:
@@ -1520,10 +1520,10 @@ class Pref_Prefs extends Handler_Protected {
|
||||
<?= htmlspecialchars($pass["title"]) ?>
|
||||
</td>
|
||||
<td class='text-muted'>
|
||||
<?= TimeHelper::make_local_datetime($pass['created'], false) ?>
|
||||
<?= TimeHelper::make_local_datetime($pass['created']) ?>
|
||||
</td>
|
||||
<td class='text-muted'>
|
||||
<?= TimeHelper::make_local_datetime($pass['last_used'], false) ?>
|
||||
<?= TimeHelper::make_local_datetime($pass['last_used']) ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user