* Addressbook/Home: mend issue regarding the display of multiple birthdays of the same contact in the home area

This commit is contained in:
Klaus Leithoff 2013-07-10 07:19:53 +00:00
parent 5caa242314
commit da35098e08

View File

@ -70,6 +70,8 @@ if ($GLOBALS['egw_info']['user']['apps']['addressbook'] &&
$portalbox->set_controls($key,$contactue);
}
$portalbox->data = Array();
foreach($bdays as $contact) $buff[$contact['id']] = $contact;
$bdays=$buff;
for($n = 0; $n <= $days; ++$n)
{
$day = date('-m-d',$contacts->now_su+$n*24*3600);