function hosting_client_update_4 in Hosting 5
Same name and namespace in other branches
- 6.2 client/hosting_client.install \hosting_client_update_4()
- 7.4 client/hosting_client.install \hosting_client_update_4()
- 7.3 client/hosting_client.install \hosting_client_update_4()
Rebuild node access table
File
- client/
hosting_client.install, line 93
Code
function hosting_client_update_4() {
$ret = array();
node_access_rebuild();
return $ret;
}