You are here

function ajaxblocks_install in Ajax Blocks 6

Implements hook_install().

File

./ajaxblocks.install, line 75
Install, update and uninstall functions for the ajaxblocks module.

Code

function ajaxblocks_install() {
  drupal_install_schema('ajaxblocks');
}