[Tickets #5014] Re: ingo and an or filters are only partially working
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Mar 14 11:19:04 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5014
-----------------------------------------------------------------------
Ticket | 5014
Updated By | lgomez at encamina.com
Summary | ingo and an or filters are only partially working
Queue | Ingo
Version | 1.1.2
Type | Bug
State | Feedback
Priority | 2. Medium
Owners | Michael Slusarz
-----------------------------------------------------------------------
lgomez at encamina.com (2007-03-14 04:19) wrote:
Lo siento pero no hablo inglés.
Creo que he encontrado una posible solución.
En el fichero "ingo\lib\Script\imap.php" hay que cambiar el código:
case INGO_STORAGE_ACTION_KEEP:
case INGO_STORAGE_ACTION_MOVE:
case INGO_STORAGE_ACTION_DISCARD:
- $search_array[] = &$ob;
+ $search_array[] = $ob;
Espero vuestros comentarios.
Gracias.
-----------------------------------------------------
I am sorry, but I don't speak English.
I believe that I have found a possible solution.
In the file "ingo\lib\Script\imap.php" it is necessary to change the
code:
case INGO_STORAGE_ACTION_KEEP:
case INGO_STORAGE_ACTION_MOVE:
case INGO_STORAGE_ACTION_DISCARD:
- $search_array[] = &$ob;
+ $search_array[] = $ob;
I wait for your commentaries.
Thank you.
More information about the bugs
mailing list