Function _invite_set_timestamp() uses the reg_code as e unique key to update the invite table. The reg_code is not garantueed te be unique though.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | invite_unique_reg_code.patch | 879 bytes | pjdevries |
Function _invite_set_timestamp() uses the reg_code as e unique key to update the invite table. The reg_code is not garantueed te be unique though.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | invite_unique_reg_code.patch | 879 bytes | pjdevries |
Comments
Comment #1
pjdevries commentedI implemented a simple solution that solves the problem (see attached patch). Rather brute force but it seems to work. The cvs diff left me with a patch containing carriage returns but I took the liberty to remove them from the patch.
Comment #2
pjdevries commentedAccidently changed the title into something rather unrecognizable, so need to change it back:)
Comment #3
AjK commentedsee http://drupal.org/node/85708