[Tickets #2114] convert_imp_filters.php doesn't convert correctly

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Jun 10 11:44:07 PDT 2005


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

Ticket URL: http://bugs.horde.org/ticket/?id=2114
-----------------------------------------------------------------------
 Ticket             | 2114
 Updated By         | robin.west at dal.ca
 Summary            | convert_imp_filters.php doesn't convert correctly
 Queue              | Ingo
 Version            | 1.0.1
 State              | Feedback
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


robin.west at dal.ca (2005-06-10 11:44) wrote:

Hi - I just ran into this bug myself with convert_imp_filters.php. The
problem is this line (I think):

$filters = $ingo_storage->retrieve(INGO_STORAGE_ACTION_FILTERS)

There is an optional boolean parameter for the retrieve() function which
prevents it from retrieving cached data for the session. I switched it on
thusly:

$filters = $ingo_storage->retrieve(INGO_STORAGE_ACTION_FILTERS, false)

... and the problem went away. Don't know if this is the correct solution
but it seems to work.

-Robin





More information about the bugs mailing list