Share

majordojo

Tracker: Bugs

5 (1.0-b1) Reconfirm uses the wrong email variable - ID: 943241
Last Update: Comment added ( nobody )

htdocs/reconfirm.php:38
send_confirmation($conf_email,$token)

should be

send_confirmation($email,$token)


Jay Rossiter ( cryptographite ) - 2004-04-27 18:56

5

Open

None

Nobody/Anonymous

php_users

None

Public


Comments ( 2 )




Date: 2004-10-01 15:20
Sender: nobody

Logged In: NO

I'm using version 1.0-b1 and $email still does not work.

So, I added a line:
$email = $_POST['email'];

This worked fine.


Date: 2004-04-27 19:44
Sender: cryptographiteSourceForge.net DonorAccepting Donations

Logged In: YES
user_id=815544

Symptom of requiring register_globals to be turned on.


Log in to comment.

Attached File

No Files Currently Attached

Change ( 1 )

Field Old Value Date By
summary Reconfirm uses the wrong email variable 2004-04-27 18:58 cryptographite