On Tue, 21 Feb 2006 11:41:41 +0100
garak studenti.it (Massimiliano Arione) wrote:
> Adam Ashley wrote:
> > Can anyone that uses Auth please install and test
this latest beta
> > of Auth 1.3.0. Depending on feedback I am looking
to getting a
> > stable Auth 1.3.0 released sometime next week.
>
> There's a bug on Auth/Container/DB.php on line 249
>
> " WHERE
".$this->options['usernamecol']." =
>
'".$this->db->quoteSmart($username)."'&
quot;;
>
> 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
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|