PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Form » Bug #3994

incorrect number of equals

Details

Submitted2005-03-29 14:18 UTC
Fromdiego at dis dot epm dot br
Assigneddanielc
StatusDuplicate
PackageHTML_Form
PHP Version4.3.10
OSSlackware Linux 10
Roadmaps(Not assigned)

Comments

[2005-03-29 14:18 UTC] diego at dis dot epm dot br

Description:
------------
The elseif condition, at line 1957 of file /usr/lib/php/HTML/Form.php is written with 3 equals (===) instead of 2 (==), which makes the default argument in returnSelect not to work.