PEAR is archived and read-only

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

Home » Authentication » LiveUser » Bug #2714

MDB_Complex Perm Container typo error

Details

Submitted2004-11-07 19:13 UTC
Frombmihelac at mihelac dot org
Assigneddufuz
StatusClosed
PackageLiveUser
PHP VersionIrrelevant
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