From f043f76be2f6efbe9fc19514a9cef22ae0186375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Tue, 22 Nov 2005 22:32:21 +0000 Subject: [PATCH] fix typo --- phpgwapi/inc/class.auth_sql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.auth_sql.inc.php b/phpgwapi/inc/class.auth_sql.inc.php index 6f9c90bade..e0aea2f4cc 100644 --- a/phpgwapi/inc/class.auth_sql.inc.php +++ b/phpgwapi/inc/class.auth_sql.inc.php @@ -70,7 +70,7 @@ { $match = false; // do we have to migrate an old password ? - if($GLOBALS['egw_info']['server']['pwd_migration_allowed'] && !emplty($GLOBALS['egw_info']['server']['pwd_migration_types'])) + if($GLOBALS['egw_info']['server']['pwd_migration_allowed'] && !empty($GLOBALS['egw_info']['server']['pwd_migration_types'])) { foreach(explode(',', $GLOBALS['egw_info']['server']['pwd_migration_types']) as $type) {