1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-03 17:02:30 +03:00

functions.inc.php:

- check_email requires global $PALANG


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@475 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz
2008-11-11 22:11:52 +00:00
parent 1b438e15ef
commit 0dc5163eb1

View File

@@ -271,6 +271,7 @@ function check_domain ($domain)
function check_email ($email)
{
global $CONF;
global $PALANG;
$ce_email=$email;