Opened 13 years ago
Closed 13 years ago
#14628 closed defect (bug) (fixed)
sanitize_email() broken
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | trivial | Version: | 3.1 |
Component: | Formatting | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
sanitize_email() does not sanitize as expected because of typo in regexp
var_dump( sanitize_email( 'ozh@(ozh).org' ) );
Before patch:
string(13) "ozh@(ozh).org"
After patch:
string(11) "ozh@ozh.org"
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
[16207]