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 | 2008-06-18 (4597 days ago) |
Due | |
Updated | 2008-06-18 (4597 days ago) |
Assigned | |
Resolved | 2008-06-18 (4597 days ago) |
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
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ required phone numbers not pattern matched
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
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.