You are here

function hosting_client_update_4 in Hostmaster (Aegir) 6

Rebuild node access table

File

modules/hosting/client/hosting_client.install, line 156
Install, update and uninstall for the clients module.

Code

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