function og_update_19 in Organic groups 5.7
Same name and namespace in other branches
- 5.8 og.install \og_update_19()
- 5 og.install \og_update_19()
- 5.3 og.install \og_update_19()
- 6.2 og.install \og_update_19()
- 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',
);
}