You are here

function hosting_client_update_5 in Hosting 6.2

Same name and namespace in other branches
  1. 5 client/hosting_client.install \hosting_client_update_5()
  2. 7.4 client/hosting_client.install \hosting_client_update_5()
  3. 7.3 client/hosting_client.install \hosting_client_update_5()

Rebuild node access table

File

client/hosting_client.install, line 165
Install, update and uninstall for the clients module.

Code

function hosting_client_update_5() {
  $ret = array();
  node_access_rebuild();
  return $ret;
}