function og_update_17 in Organic groups 5.3
Same name and namespace in other branches
- 5.8 og.install \og_update_17()
- 5 og.install \og_update_17()
- 5.2 og.install \og_update_17()
- 5.7 og.install \og_update_17()
- 6.2 og.install \og_update_17()
- 6 og.install \og_update_17()
File
- ./
og.install, line 389
Code
function og_update_17() {
// we are once again putting group nodes into the node access system. see http://drupal.org/node/128306
if (variable_get('og_enabled', 0)) {
node_access_rebuild();
}
return array();
}