From: Friendika Date: Wed, 11 May 2011 03:53:04 +0000 (-0700) Subject: don't show birthday for deleted contact X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d0a86d933f99832ffa2f081a619308e173911f8a;p=friendica.git don't show birthday for deleted contact --- 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; }}