On 10/2/06, Andy Tschiersch  wrote:


i have a fix for the addressbook-problem with following erros-message:
Fatal error: Maximum execution time of 60 seconds exceeded in ...


open /path/to/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php in a 
text-editor

go to line 464 and you should see this line:while ($column = 
@each(($all_cols_to_display)))
change it to following:while ($column = @each($all_cols_to_display))
save file and try out

this is for php5?  odd that an extra () would have any affect at all.
can you post both these on the bug and/or patch managers?  links are
at http://support.phpgroupware.org/


_______________________________________________
Phpgroupware-users mailing list
Phpgroupware-users@gnu.org
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to