A small bug was also fixed. It was a regression in version 4.1.0. If a member signed up and then hit the refresh button at the confirmation page, another record would be added. To fix this bug, either download the zip again and upload the new join.php or change line 57 of join.php to this:
- Code: Select all
list($jointime) = $db->FetchArray($result);