function system_update_126 in Drupal 4
Same name and namespace in other branches
- 5 modules/system/system.install \system_update_126()
File
- database/
updates.inc, line 409
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();
}