You are here

function imageblock_install in Image Block 6

Implements hook_install().

File

./imageblock.install, line 69
imageblock.install Contains install and update functions for Image Block module.

Code

function imageblock_install() {
  drupal_install_schema('imageblock');
}