You are here

function ldap_help_update_8000 in Lightweight Directory Access Protocol (LDAP) 8.2

Converts default_file_main variable to config.

File

ldap_help/ldap_help.install, line 25
LDAP Help Install File

Code

function ldap_help_update_8000() {
  update_variables_to_config('ldap_help.settings', array(
    'ldap_help_watchdog_detail' => 'watchdog_detail',
    'ldap_help_user_data_clear' => 'user_data_clear',
    'ldap_help_user_data_clear_set_date' => 'user_data_clear_set_date',
  ));
}