function feeds_tamper_install in Feeds Tamper 6
Implementation of hook_install().
File
- ./
feeds_tamper.install, line 11 - Schema definitions install/update/uninstall hooks.
Code
function feeds_tamper_install() {
drupal_install_schema('feeds_tamper');
}