function ldap_user_update_7205 in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_user/ldap_user.install \ldap_user_update_7205()
make sure all user entity field instances are created
File
- ldap_user/
ldap_user.install, line 495 - Install, update and uninstall functions for the LDAP User module.
Code
function ldap_user_update_7205() {
return ldap_user_update_7204();
}