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

Bug #12247 'require' attribute is name 'required' in Generator
Submitted: 2007-10-15 15:17 UTC
From: ggramlich Assigned: morse
Status: Closed Package: DB_Table (version 1.5.0)
PHP Version: Irrelevant OS: irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2007-10-15 15:17 UTC] ggramlich (Gregor Gramlich)
Description: ------------ In DB_Table_Generator the 'require' attribute for columns is incorrectly rendered as 'required'. It seems to suffice to replace each occurence of $col['required'] with $col['require'] in Generator.php, but I have not tested it.

Comments

 [2007-10-15 16:29 UTC] morse (David Morse)
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.
 [2007-10-15 18:19 UTC] wiesemann (Mark Wiesemann)
(status corrected, roadmap version assigned)