You are here

function og_update_2 in Organic groups 5.2

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

File

./og.install, line 150

Code

function og_update_2() {
  return _system_update_utf8(array(
    'og',
    'og_uid',
  ));
}