Home » HTML » HTML_QuickForm » Bug #2929
exportValue() is not constants-safe.
Details
| Submitted | 2004-12-08 22:31 UTC |
|---|---|
| From | as dot pear41209 at umich dot edu |
| Status | Wont fix |
| Package | HTML_QuickForm |
| PHP Version | 4.3.6 |
| OS | not relevant |
| Roadmaps | (Not assigned) |
Comments
[2004-12-08 22:31 UTC] as dot pear41209 at umich dot edu
Description:
------------
it is claimed that constants are not overriden by user/defaults. However, the primary source of exportValue() function is the submit values.
solution in exportValue(): if a constantValue exists for an element, return it, ignoring the user-submitted value.