You are here

function og_update_19 in Organic groups 5.7

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

File

./og.install, line 425

Code

function og_update_19() {
  og_populate_uid_global_table();
  return array(
    'Populated og_uid_global table',
  );
}