function mongodb_block_rehash in MongoDB 7
Run _mongodb_block_rehash and go to admin/structure.
1 string reference to 'mongodb_block_rehash'
- mongodb_block_menu in mongodb_block/
mongodb_block.module - Implements hook_menu().
File
- mongodb_block/
mongodb_block.module, line 304 - Controls the visual building blocks a page is constructed with.
Code
function mongodb_block_rehash() {
_mongodb_block_rehash(variable_get('theme_default', 'garland'));
drupal_set_message(t('Blocks rebuild done.'));
drupal_goto('admin/structure');
}