Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [shackman] strict refs/hash ref: Edit Log

Here is the list of edits for this post
Re: [shackman] strict refs/hash ref
>>
return ($pass == $password);
<<

I think this is the problem...that code is evaluating whether $pass equals $password....obviously it does as the login in successfull and so 1 is returned ( 1 = true, 0 = false).

Although I think == should be eq

It looks like it is expecting a hashref to be returned though.

Last edited by:

Paul: Jul 19, 2002, 7:27 AM

Edit Log: