You are here

function block_refresh_install in Block Refresh 7

Same name and namespace in other branches
  1. 5 block_refresh.install \block_refresh_install()
  2. 6 block_refresh.install \block_refresh_install()
  3. 7.2 block_refresh.install \block_refresh_install()

Implements hook_install().

File

./block_refresh.install, line 11
Install, update and uninstall functions for the block_refresh module.

Code

function block_refresh_install() {
  block_refresh_reset_jq();
  drupal_set_message(st('Be sure to set appropriate permissions for Block Refresh to function properly!'), 'warning');
}