Closed (fixed)
Project:
Mailchimp
Version:
7.x-2.x-dev
Component:
Lists
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2012 at 19:44 UTC
Updated:
7 Aug 2012 at 01:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
mvctrivial patch attached.
Comment #2
mvcHmm, on second thought, the sorting should be done before the list of lists is cached. That way the ordered list can be used in the mailchimp_campaign module as well.
Also, I incorrectly sorted on the list key above. Fixed by using uasort() instead of asort().
Comment #3
antipex commentedApplied patch in 1a054c4.
Comment #4
antipex commented