PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #294

SQL Error in DB_Medium.php

Details

Submitted2003-11-25 15:23 UTC
Fromliveuser at bago dot org
Assignedlsmith
StatusClosed
PackageLiveUser
PHP VersionIrrelevant
OSLinux
Roadmaps(Not assigned)

Comments

[2003-11-25 15:23 UTC] liveuser at bago dot org

Description:
------------
In readGroups():

WHERE
G.is_active=Y
AND

It should be

WHERE
G.is_active='Y'
D

Y is a string and MySQL doesn't recognize it if passed without quotes.