Project

General

Profile

« Previous | Next » 

Revision 281

Added by stefan over 18 years ago

Fixed bug #99 and two additional instances of catpcha instead of captcha.

View differences:

signup2.php
68 68
		$wb->print_error($MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'], $js_back, false);
69 69
	}
70 70
}
71
if(isset($_SESSION['catpcha'])) { unset($_SESSION['captcha']); }
71
if(isset($_SESSION['captcha'])) { unset($_SESSION['captcha']); }
72 72

  
73 73
// Generate a random password then update the database with it
74 74
$new_pass = '';

Also available in: Unified diff