[ic] Re: [data session errors] overwritten?

Interchange interchange-users@icdevgroup.org
Thu Jul 4 13:26:01 2002


> You can try this in your profile
>
>
> email=email
> [if type=value term=email_confirm op=ne compare="[value email]"]
> &calc = delete $CGI->{email_confirm}; 1;
> email_confirm=mandatory Email_confirm doesn't match email.[/if]
>
>
> Ed showed me that :)


Wow!  That was a fantastic piece of code!!  :)  It worked beautifully!

Could you explain how this code works?

&calc = delete $CGI->{email_confirm}; 1;


Thank you very much!