Issue #1629994 by Aron Novak: Fix reference to obsolete RFC in valid_email_address

merge-requests/26/head
Jennifer Hodgdon 2012-06-26 09:19:05 -07:00
parent 09b754ae8a
commit cc813308a0
1 changed files with 1 additions and 1 deletions

View File

@ -1102,7 +1102,7 @@ function fix_gpc_magic() {
/**
* Verifies the syntax of the given e-mail address.
*
* Empty e-mail addresses are allowed. See RFC 2822 for details.
* See @link http://tools.ietf.org/html/rfc5321 RFC 5321 @endlink for details.
*
* @param $mail
* A string containing an e-mail address.