From d0a86d933f99832ffa2f081a619308e173911f8a Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 10 May 2011 20:53:04 -0700 Subject: [PATCH] don't show birthday for deleted contact --- boot.php | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/boot.php b/boot.php index 12d392b44e..c9b22bbb8b 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; }}