function block_refresh_update_1 in Block Refresh 7
Same name and namespace in other branches
- 5 block_refresh.install \block_refresh_update_1()
- 6 block_refresh.install \block_refresh_update_1()
- 7.2 block_refresh.install \block_refresh_update_1()
File
- ./
block_refresh.install, line 17 - Install, update and uninstall functions for the block_refresh module.
Code
function block_refresh_update_1() {
block_refresh_reset_jq();
}