function hosting_client_update_3 in Hostmaster (Aegir) 6
Rebuild node access table
File
- modules/
hosting/ client/ hosting_client.install, line 147 - Install, update and uninstall for the clients module.
Code
function hosting_client_update_3() {
$ret = array();
node_access_rebuild();
return $ret;
}