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

Bug #10574 Line 1750
Submitted: 2007-03-31 15:02 UTC
From: adirotea Assigned: justinpatrin
Status: Closed Package: DB_DataObject_FormBuilder (version CVS)
PHP Version: Irrelevant OS:
Roadmaps: 1.0.0RC7    
Subscription  


 [2007-03-31 15:02 UTC] adirotea (Adrian Rotea)
Description: ------------ Line 1750 of FormBuilder.php: $this->_form->_moveElementBefore($this->_getElementName($elements[0]), $grp.'__placeholder'); should be: $this->_form->_moveElementBefore($this->_form->_getElementName($elements[0]), $grp.'__placeholder');

Comments

 [2007-03-31 15:14 UTC] justinpatrin (Justin Patrin)
No, it shouldn't. _getElementName is an FB function. Please include more information next time you submit a bug.
 [2007-03-31 15:17 UTC] justinpatrin (Justin Patrin)
Sorry about that, you were right. I was thinking of a different function.
 [2007-03-31 15:17 UTC] justinpatrin (Justin Patrin)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.