Follow-up Comment #1, bug #13504 (project phpgroupware):
Also, it seems to merge null entries, so the region of code:
foreach ($links as $entity => $link)
{
must appear with a conditional (easy fix):
foreach ($links as $entity => $link)
{
if($entity!=""){
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=13504>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Phpgroupware-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker