Home : Products : Gossamer Mail : Discussion :

Products: Gossamer Mail: Discussion: Re: [brewt] Easy way to delete users from email links?: Edit Log

Here is the list of edits for this post
Re: [brewt] Easy way to delete users from email links?
I edited the code to look like this:

Code:
my $t = GMail->template_set;
$cgi->{userid} = $id->{$p . 'users.userid'};
my $mail = $self->parse_message("$CFG->{location}->{path}->{data}/templates/$t/register.eml", $self->get_tags({key => $key}), $cgi);
my $email = '';

But all I get is an Internal Error on the sign up page.

Any ideas?

Jason

Last edited by:

telemachus: Jun 13, 2002, 2:21 AM

Edit Log: