ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => Development, Suggestions => Topic started by: chufford on March 10, 2006, 11:17:06 am

Title: Bug in allowdupes
Post by: chufford on March 10, 2006, 11:17:06 am
If you use the 'allowdups' option and someone signs up for the second time to a list, the UID for that user gets set to '1' rather than retaining their previous UID as expected.

There is a typo in line 94 of signup.php where there are 2 commas in a row. Take out the double comma and it works again.

Code: [Select]
  if(mysql_num_rows($result)>0){
    list($xid,$xuid,$xcnf)=mysql_fetch_row($result); <-- this line
    if($xcnf=='2' || $xcnf=='0'){
Title: Bug in allowdupes
Post by: DW on March 20, 2006, 01:43:14 pm
I must have caught this one because it's not in my most recent files.  It should no longer be an issue in the next update.

Regards