function hosting_client_update_7 in Hosting 6.2
Same name and namespace in other branches
- 5 client/hosting_client.install \hosting_client_update_7()
- 7.4 client/hosting_client.install \hosting_client_update_7()
- 7.3 client/hosting_client.install \hosting_client_update_7()
Rebuild the node access table now that we fixed the hook_access properly
File
- client/
hosting_client.install, line 185 - Install, update and uninstall for the clients module.
Code
function hosting_client_update_7() {
node_access_rebuild();
return array();
}