function og_update_6203 in Organic groups 6.2
File
- ./
og.install, line 427
Code
function og_update_6203() {
$ret = array();
if (module_exists('og_access')) {
// Do nothing. An og_access update handles this.
}
else {
db_drop_field($ret, 'og_ancestry', 'is_public');
og_ancestry_dedupe($ret);
}
return $ret;
}