From d0a86d933f99832ffa2f081a619308e173911f8a Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 10 May 2011 20:53:04 -0700 Subject: don't show birthday for deleted contact --- boot.php | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 12d392b44..c9b22bbb8 100644 --- a/boot.php +++ b/boot.php @@ -2432,28 +2432,27 @@ function get_birthdays() { if(strlen($rr['name'])) $total ++; - $o .= ''; - $o .= ''; } - - $o .= ''; } - - return $o; - + return $o; }} -- cgit v1.2.3