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; }}