From 582432398e23e8277b096ce342426ab8314cafa0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 7 Jun 2011 09:19:13 +0000 Subject: [PATCH] fixed typo --- phpgwapi/setup/tables_update.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index d71f0f725b..a967a4f931 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -239,7 +239,7 @@ function phpgwapi_upgrade1_9_009() 'sql_encryption_type' => 'md5', 'ldap_encryption_type' => 'des', 'pwd_migration_allowed' => null, // default off - 'pwd_mirgation_types' => null, + 'pwd_migration_types' => null, ); foreach($GLOBALS['egw_setup']->db->select('egw_config','config_name,config_value',array( 'config_app' => 'phpgwapi',