]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - misc/strings.php
Overview: Make top margin of bottom row smaller
[irc/unrealircd/unrealircd-webpanel.git] / misc / strings.php
index b6f7d24ed25a254676ecd73dc7f146fbc7f1a215..8ba9b2153c482a1f3aa6fec08a789567ea7c6f6a 100644 (file)
@@ -70,7 +70,6 @@ function how_long_ago($timestamp)
 {
        $now = time();
        $diff = $now - strtotime($timestamp);
-
        $units = array(
                31536000 => 'year',
                2592000 => 'month',