X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fverifier%2Finc%2Fis_email.php;fp=www%2Fplugins%2Fverifier%2Finc%2Fis_email.php;h=9eaaf4476258c0ae2ecbf8df52e043d22b34bdd3;hb=4f443dce95ff6f8221c189880a70c74ce1c1f238;hp=ae8c749e2cbda1a371833a36ae49c6394d3a9a01;hpb=4a628e9b277d3617535f99d663ca79fa2e891177;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins/verifier/inc/is_email.php b/www/plugins/verifier/inc/is_email.php index ae8c749e..9eaaf447 100644 --- a/www/plugins/verifier/inc/is_email.php +++ b/www/plugins/verifier/inc/is_email.php @@ -179,6 +179,7 @@ if (!defined('ISEMAIL_VALID')) { * NB Note the difference between $errorlevel = false and * $errorlevel = 0 * @param array $parsedata If passed, returns the parsed address components + * @return bool|int */ /*.mixed.*/ function is_email($email, $checkDNS = false, $errorlevel = false, &$parsedata = array()) { // Check that $email is a valid address. Read the following RFCs to understand the constraints: