that's now fixed in svn for 1.6 (it fixed since some time for trunk).
Ralf
Eval Planetek schrieb:
> Hi,
> I get this message when in addressbook i trying to edit any contact.
> Warning: Variable passed to each() is not an array or object in
> /var/www/egroupware/addressbook/inc/class.addressbook_ui.inc.php on line
> 1411
>
> This error only happens when I log in as admin user.
>
> The error is relative to this section of code:
> ------
> if ($content['id'])
> {
> // last and next calendar date
> list(,$dates) =
> each($this->read_calendar(array($content['id']),false));
> if(is_array($dates)) $content += $dates;
> }
> -------
>
> Regards
>