[Tickets #11972] Re: importing ldif files from Thunderbird fails
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Jan 23 03:14:32 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11972
------------------------------------------------------------------------------
Ticket | 11972
Updated By | jhaar-horde at whanau.org
Summary | importing ldif files from Thunderbird fails
Queue | Turba
Version | Git master
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Jan Schneider, Michael Slusarz
------------------------------------------------------------------------------
jhaar-horde at whanau.org (2013-01-23 03:14) wrote:
>> I found the solution. It's caused by sys_getloadavg
>
> Should be fixed in Horde_Support 2.0.3.
Your patch doesn't work as "$var = function" always return true. How
about this instead - it worked for me
$loadavg = sys_getloadavg();
if (is_array($loadavg)) {
$elts = array_merge($elts, $loadavg);
}
More information about the bugs
mailing list