ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => Development, Suggestions => Topic started by: AlanT on September 18, 2007, 09:43:09 am

Title: Global message code over-riding list specific codes
Post by: AlanT on September 18, 2007, 09:43:09 am
Hi Dean,

I didn't see anywhere else to post this, so I hope this is the right forum.

I just noticed that the list-specific message codes are being skipped in preference for the global codes.

I have the most recent version 1.87d.
Title: Global message code over-riding list specific codes
Post by: DW on September 18, 2007, 01:15:52 pm
Hi Alan,

Looks like I messed this up.  Here's the fix:

In admin.php search and replace this:
Code: [Select]
order by ref desc
With this:
Code: [Select]
order by list desc,ref
I have four 12 hour days starting tomorrow to continue work on the update - hang in there... :D

Regards
Title: Global message code over-riding list specific codes
Post by: AlanT on September 18, 2007, 01:33:14 pm
I found that reference twice and changed it both times.

Thanks for the quick response.  Anxiously looking forward to the next version.