You are here

function closeblock_install in Close Block 6

Implements hook_install().

File

./closeblock.install, line 11
Install hooks for Closeblock.

Code

function closeblock_install() {
  drupal_install_schema('closeblock');
}