summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/common.inc2
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.