function og_update_8 in Organic groups 5.8
Same name and namespace in other branches
- 5 og.install \og_update_8()
- 5.2 og.install \og_update_8()
- 5.3 og.install \og_update_8()
- 5.7 og.install \og_update_8()
File
- ./
og.install, line 244
Code
function og_update_8() {
// do nothing. it turns out you can't easily enable a module here because its row does not exist yet in system table.
return array();
}