Home » Authentication » LiveUser » Bug #414
SQL query problem
Details
| Submitted | 2003-12-12 17:57 UTC |
|---|---|
| From | kipaten21 at hotmail dot com |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | ANY |
| Roadmaps | (Not assigned) |
Comments
[2003-12-12 17:57 UTC] kipaten21 at hotmail dot com
Description:
------------
In Admin/Perm/DB_Common.php:1476
GROUP BY
right_id, rights.area_id, areas.application_id';
should be changed to
GROUP BY
rights.right_id, rights.area_id, areas.application_id';
to fix an ambiguous column error in Oracle.