From 58c69df0c478f0d2215e6d4a65461c2b4d7f9000 Mon Sep 17 00:00:00 2001 From: Ice Date: Sun, 10 Aug 2008 13:58:53 +0000 Subject: [PATCH] ... I'll get there --- root/portal/block/birthday_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/portal/block/birthday_list.php b/root/portal/block/birthday_list.php index d4607c09..c9ce3e4d 100644 --- a/root/portal/block/birthday_list.php +++ b/root/portal/block/birthday_list.php @@ -52,7 +52,7 @@ if ($config['load_birthdays'] && $config['allow_birthdays']) $birthday_list .= get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']); if ($age = (int) substr($row['user_birthday'], -4)) { - $birthday_list .= ' (' . ($now['year'] - $age) . '); + $birthday_list .= ' (' . ($now['year'] - $age) . ')'; } $birthday_list .= '
'."\n"; }