This commit is contained in:
Cornelius Weiß 2005-11-22 22:32:21 +00:00
parent 81f918c8b6
commit f043f76be2

View File

@ -70,7 +70,7 @@
{ {
$match = false; $match = false;
// do we have to migrate an old password ? // 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) foreach(explode(',', $GLOBALS['egw_info']['server']['pwd_migration_types']) as $type)
{ {