0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

fix typo in variable name

Reported by Gabriele Vivinetto (gabrielev@SF),
https://sourceforge.net/tracker/?func=detail&aid=3266862&group_id=191583&atid=937964


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1024 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2011-04-10 13:09:48 +00:00
parent 8f174d430a
commit 1414617f4e

View File

@ -92,7 +92,7 @@ $optmode = 'display';
// Call: check_email (string email)
//
function check_email ($email) {
$return = filter_var('validate_email', $emai);
$return = filter_var('validate_email', $email);
if($return === false) {
return false;
}