Author Topic: Bug in allowdupes  (Read 2492 times)

chufford

  • Posts: 34
    • View Profile
Bug in allowdupes
« 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'){
Chris Hufford

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Bug in allowdupes
« Reply #1 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
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting