You are here

function signup_webform_install in Signup 6.2

Implementation of hook_install().

File

modules/signup_webform/signup_webform.install, line 47
signup_webform.install

Code

function signup_webform_install() {

  // Create tables.
  drupal_install_schema('signup_webform');
}