function hosting_client_update_5 in Hostmaster (Aegir) 6
Rebuild node access table
File
- modules/
hosting/ 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;
}