You are here

function og_update_16 in Organic groups 5.2

Same name and namespace in other branches
  1. 5.8 og.install \og_update_16()
  2. 5 og.install \og_update_16()
  3. 5.3 og.install \og_update_16()
  4. 5.7 og.install \og_update_16()
  5. 6.2 og.install \og_update_16()
  6. 6 og.install \og_update_16()

File

./og.install, line 400

Code

function og_update_16() {

  // we are no longer denying access to nodes without groups. see http://drupal.org/node/107289
  node_access_rebuild();
  return array();
}