Closed (fixed)
Project:
E-mail Marketing Framework
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2010 at 23:14 UTC
Updated:
9 Oct 2010 at 11:59 UTC
It looks like the subscription/unsubscription requests are sent with the newest first and the oldest last rather than the other way around. This causes issues when, for example, a user subscribes and then immediately unsubscribes within a short period of time. The unsubscription will be processed before the subscription resulting in errors and an incorrect subscription status for the user.
A fix should be relatively easy. Just change the ORDER BY in emf_db_get_requests() to ASC.
Comments
Comment #1
davyvdb commentedthx. fixed in cvs.