Home » Authentication » LiveUser » Bug #2714
MDB_Complex Perm Container typo error
Details
| Submitted | 2004-11-07 19:13 UTC |
|---|---|
| From | bmihelac at mihelac dot org |
| Assigned | dufuz |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-11-07 19:13 UTC] bmihelac at mihelac dot org
Description:
------------
in MDB_Complex class is a typo on line 860:
. $this->dbc->getValue($this->groupTableCols['required']['group_id']['type'], $groupid) . ' AND
should be:
. $this->dbc->getValue($this->groupTableCols['required']['group_id']['type'], $groupId) . ' AND
($groupId instead of $groupid).
cheers,
Bojan Mihelac