function og_update_2 in Organic groups 5
Same name and namespace in other branches
- 5.8 og.install \og_update_2()
- 5.2 og.install \og_update_2()
- 5.3 og.install \og_update_2()
- 5.7 og.install \og_update_2()
File
- ./
og.install, line 152
Code
function og_update_2() {
return _system_update_utf8(array(
'og',
'og_uid',
));
}