diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-06-26 09:19:05 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-06-26 09:19:05 -0700 |
commit | cc813308a0f976cf047b9b6968188849b6a645cb (patch) | |
tree | 91e3cd1f7d615b7a7602bb4017b2ad5e7a5eac65 | |
parent | 09b754ae8a78fdc9ab076779f10ce5d81c656623 (diff) | |
download | brdo-cc813308a0f976cf047b9b6968188849b6a645cb.tar.gz brdo-cc813308a0f976cf047b9b6968188849b6a645cb.tar.bz2 |
Issue #1629994 by Aron Novak: Fix reference to obsolete RFC in valid_email_address
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index a3c86760b..ab6e8b8f6 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -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. |