function og_update_18 in Organic groups 6.2
Same name and namespace in other branches
- 5.8 og.install \og_update_18()
- 5 og.install \og_update_18()
- 5.2 og.install \og_update_18()
- 5.3 og.install \og_update_18()
- 5.7 og.install \og_update_18()
- 6 og.install \og_update_18()
File
- ./
og.install, line 269
Code
function og_update_18() {
// woops. got it a bit wrong last time
if (variable_get('og_enabled', 0)) {
node_access_rebuild();
}
return array();
}