[dev] auth/sql.php

Anil Madhavapeddy anil@recoil.org
Wed, 18 Jul 2001 21:57:17 +0100


mailling@bigfoot.com wrote:


> I tried to add a user, and it seems that in the code of the add
> method, a quote is missing for the userid

You need the latest PEAR libraries from PHP-cvs, in which the
quoteString() method has been changed to add the quotes to the query,
instead of us needing to add it for every request.

Anil