function hosting_client_update_7 in Hosting 5
Same name and namespace in other branches
- 6.2 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 122
Code
function hosting_client_update_7() {
node_access_rebuild();
return array();
}