function services_keyauth_update_6005 in Services 7
Same name and namespace in other branches
- 6.2 auth/services_keyauth/services_keyauth.install \services_keyauth_update_6005()
File
- auth/
services_keyauth/ services_keyauth.install, line 170 - @author Services Dev Team
Code
function services_keyauth_update_6005() {
// A table might fail to exist in certain circumstances due to an issue with the install.
if (!db_table_exists('services_key_permissions')) {
_services_key_auth_permissions();
}
}