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

Request #12136 Support for 'link' QF element
Submitted: 2007-09-28 15:45 UTC
From: wiesemann Assigned: wiesemann
Status: Closed Package: DB_Table (version 1.5.0)
PHP Version: 5.2.4 OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 2 + 1 = ?

 
 [2007-09-28 15:45 UTC] wiesemann (Mark Wiesemann)
Description: ------------ Patch from Diederick Huijbers (via email): case 'link': { $element =& HTML_QuickForm::createElement( $col['qf_type'], $elemname, $col['qf_label'], $col['qf_attrs']['href'], // href $setvalue , // link title $col['qf_attrs'] // other attributes ); break; } (needs to be verified!)

Comments

 [2008-03-28 19:01 UTC] wiesemann (Mark Wiesemann)
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. --- Instead of $col['qf_attrs']['href'] I decided to use $col['qf_href']. $setvalue needed just to be $setval.