Hi,
an demo application brought up an error:
"invalid operand…"
when using php 5.2.6
File: operand-bug in class.emailadmin_so.inc.php
Line: 220
Version: eGropware Release 1.6RC3
I changed the line to:
$allkeys = array_unique((array)(array_keys($mergeInTo))+((array)array_keys($toMerge)));
(explicit typecast for functions array_key to array - so ‘+’ works again)
Greets, Sam