function form_builder_install in Form Builder 6
Implementation of hook_install().
File
- ./
form_builder.install, line 6
Code
function form_builder_install() {
drupal_install_schema('form_builder');
}
Implementation of hook_install().
function form_builder_install() {
drupal_install_schema('form_builder');
}