function ldap_user_update_8000 in Lightweight Directory Access Protocol (LDAP) 8.2
Converts default_file_main variable to config.
File
- ldap_user/
ldap_user.install, line 531 - Install, update and uninstall functions for the LDAP User module.
Code
function ldap_user_update_8000() {
update_variables_to_config('ldap_user.settings', array(
'ldap_user_cron_last_uid_checked' => 'cron_last_uid_checked',
));
}