Add comments

This commit is contained in:
Sandro Cazzaniga 2012-07-04 14:22:30 +00:00
parent 5fb63b9d15
commit 99cb8d75cb

View File

@ -47,6 +47,7 @@ sub extractFormInfo {
&& ( $self->{confirmpassword} = $self->param('confirmpassword') ) );
}
# 4. If the captcha feature is enabled, captcha form
if ( $self->{captcha_enabled} ) {
my $captcha_user_code;
if ( $self->param('captcha_user_code') && $self->param('captcha_code') ) {