Home : Products : Gossamer List : Discussion :

Products: Gossamer List: Discussion: Re: [604] bug in code: Edit Log

Here is the list of edits for this post
Re: [604] bug in code
Hi, I think I found another bug, in a few places.

example: in User.pm line 235.

You do this:
# Get Administrator info
my $info;
my $admin = $db->get({ usr_type => LIMITED_USER });
if ($admin) {
$info->{admin_email} = $admin->{usr_email};
}

Shouldn't it do: usr_type =>ADMINISTRATOR

My password reminder notices are coming from one of my users. Not from the administrative user.

I noticed a couple of other places in the User.pm file where
my $admin = $db->get({ usr_type => LIMITED_USER });


I also noticed the sub user_validate exists twice as a sub routine. Is that right?


thought you should know.

peace.

Last edited by:

klangan: Nov 9, 2006, 11:22 AM

Edit Log: