Home » Authentication » LiveUser » Bug #294
SQL Error in DB_Medium.php
Details
| Submitted | 2003-11-25 15:23 UTC |
|---|---|
| From | liveuser at bago dot org |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | Linux |
| 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.