You are here

function system_update_126 in Drupal 5

Same name and namespace in other branches
  1. 4 database/updates.inc \system_update_126()

File

modules/system/system.install, line 1519

Code

function system_update_126() {
  variable_set('forum_block_num_0', variable_get('forum_block_num', 5));
  variable_set('forum_block_num_1', variable_get('forum_block_num', 5));
  variable_del('forum_block_num');
  return array();
}