function login_destination_update_7002 in Login Destination 7
Clear hooks cache.
File
- ./
login_destination.install, line 174 - Install, update and uninstall functions for the Login Destination module.
Code
function login_destination_update_7002() {
cache_clear_all('hook_info', 'cache_bootstrap');
}