mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
* Addressbook/Home: mend issue regarding the display of multiple birthdays of the same contact in the home area
This commit is contained in:
parent
5caa242314
commit
da35098e08
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user