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 outSent from the phpGroupWare forums @ 
http://forums.phpGroupWare.org


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

Reply via email to