Home » HTML » HTML_Select_Common » Bug #6171
New England is not a state
Details
| Submitted | 2005-12-06 18:06 UTC |
|---|---|
| From | rafal at friendlysol dot com |
| Status | Wont fix |
| Package | HTML_Select_Common |
| PHP Version | 5.1.0 |
| OS | FreeBSD |
| Roadmaps | (Not assigned) |
Comments
[2005-12-06 18:06 UTC] rafal at friendlysol dot com
Description:
------------
The list of US states shows New England as a state. New England is not a state in the US.
Test script:
---------------
require_once 'HTML/Select/Common/USState.php';
$states = new HTML_Select_Common_USState;
print_r ($states->_states));
Expected result:
----------------
No New England in the list
Actual result:
--------------
New England shows on the list