Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.16.14

Bug #2714 MDB_Complex Perm Container typo error
Submitted: 2004-11-07 19:13 UTC
From: bmihelac at mihelac dot org Assigned: dufuz
Status: Closed Package: LiveUser
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [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

Comments

 [2004-11-08 04:24 UTC] dufuz
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.