You are here

function og_update_15 in Organic groups 6

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

File

./og.install, line 225

Code

function og_update_15() {
  variable_del('og_max_posts');
  variable_del('og_home_page_presentation');
  return array();
}