You are here

function og_update_8 in Organic groups 5.8

Same name and namespace in other branches
  1. 5 og.install \og_update_8()
  2. 5.2 og.install \og_update_8()
  3. 5.3 og.install \og_update_8()
  4. 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();
}