function block_refresh_install in Block Refresh 6
Same name and namespace in other branches
- 5 block_refresh.install \block_refresh_install()
- 7.2 block_refresh.install \block_refresh_install()
- 7 block_refresh.install \block_refresh_install()
@file Install, update and uninstall functions for the block_refresh module.
File
- ./
block_refresh.install, line 8 - Install, update and uninstall functions for the block_refresh module.
Code
function block_refresh_install() {
block_refresh_reset_jq();
drupal_set_message('Be sure to set appropriate permissions for Block Refresh to function properly!', 'warning');
}