function webform_anonymous_install in Webform Anonymous 6
Implements hook_install().
File
- ./
webform_anonymous.install, line 12 - Webform Anonymous module install/schema hooks.
Code
function webform_anonymous_install() {
drupal_install_schema('webform_anonymous');
}