X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/2d62c85da90887f820807fde31bdc8c17051c447..4fc503d806fb32dc8d2ef286ceb4183ef54ad93f:/misc/strings.php diff --git a/misc/strings.php b/misc/strings.php index b6f7d24..8ba9b21 100644 --- a/misc/strings.php +++ b/misc/strings.php @@ -70,7 +70,6 @@ function how_long_ago($timestamp) { $now = time(); $diff = $now - strtotime($timestamp); - $units = array( 31536000 => 'year', 2592000 => 'month',