Summary | required phone numbers not pattern matched |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | plehn (at) rz (dot) uni-wuerzburg (dot) de |
Created | 06/18/2008 (6224 days ago) |
Due | |
Updated | 06/18/2008 (6224 days ago) |
Assigned | |
Resolved | 06/18/2008 (6224 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/Form/Form.php?r1=1.433&r2=1.434&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ required phone numbers not pattern matched
Type ⇒ Bug
State ⇒ Unconfirmed
as valid if strlen>0. In this case no check for valid patterns is made.
The code in the else-block in Horde_Form_Type_phone::isValid should be
executed in any case and should therefore be taken out of the
else-block.