mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
fixed typo
This commit is contained in:
parent
c0cf0788e2
commit
582432398e
@ -239,7 +239,7 @@ function phpgwapi_upgrade1_9_009()
|
|||||||
'sql_encryption_type' => 'md5',
|
'sql_encryption_type' => 'md5',
|
||||||
'ldap_encryption_type' => 'des',
|
'ldap_encryption_type' => 'des',
|
||||||
'pwd_migration_allowed' => null, // default off
|
'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(
|
foreach($GLOBALS['egw_setup']->db->select('egw_config','config_name,config_value',array(
|
||||||
'config_app' => 'phpgwapi',
|
'config_app' => 'phpgwapi',
|
||||||
|
Loading…
Reference in New Issue
Block a user