From 0dc5163eb1346bd713f1c30db691637d028da65a Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Tue, 11 Nov 2008 22:11:52 +0000 Subject: [PATCH] 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 --- functions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.inc.php b/functions.inc.php index 56c48f88..02e04b2e 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -271,6 +271,7 @@ function check_domain ($domain) function check_email ($email) { global $CONF; + global $PALANG; $ce_email=$email;