You are here

function views_send_install in Views Send 6

Implementation of hook_install().

See also

http://api.drupal.org/api/function/hook_install/6

File

./views_send.install, line 104
The install and update code for the Views Send module.

Code

function views_send_install() {
  drupal_install_schema('views_send');
}