For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > February 2006 > Re: [PEAR] [ANNOUNCEMENT] Auth-1.3.0r5 (beta) Released.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PEAR] [ANNOUNCEMENT] Auth-1.3.0r5 (beta) Released.
Pierre

2006-02-21, 7:56 am

On Tue, 21 Feb 2006 11:41:41 +0100
garak@studenti.it (Massimiliano Arione) wrote:

> Adam Ashley wrote:
>
> There's a bug on Auth/Container/DB.php on line 249
>
> " WHERE ".$this->options['usernamecol']." =
> '".$this->db->quoteSmart($username)."'";
>
> You should remove the single quotes around username, since they are
> already added by DB::quoteSmart method.
>
> The correct line should be:
>
> " WHERE ".$this->options['usernamecol']." =
> ".$this->db->quoteSmart($username);


Can you report a bug using this link?

http://pear.php.net/bugs/report.php?package=Auth

Thanks,

--Pierre
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com