[Tickets #4618] Re: Problem with creating multiple conditions in filter rules

bugs@bugs.horde.org bugs at bugs.horde.org
Wed Jan 31 08:18:36 PST 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4618
-----------------------------------------------------------------------
 Ticket             | 4618
 Updated By         | fabian.kainzinger at tngtech.com
 Summary            | Problem with creating multiple conditions in filter rules 
 Queue              | Ingo
 Version            | HEAD
 Type               | Bug
 State              | Assigned
 Priority           | 1. Low
 Owners             | Michael Slusarz
-----------------------------------------------------------------------


fabian.kainzinger at tngtech.com (2007-01-31 08:18) wrote:

Two assigments in ingo/lib/Script/imap.php seem to be the problem:
$search_array[] = &$ob;

With PHP 4.x $search_array contains n identical entries (if there are n
conditions in the filter rule) after the loop.

Changing the two lines (line 167 and 223) to

$search_array[] = $ob;

should do the job.




More information about the bugs mailing list