You are here

function swftools_profiles_install in SWF Tools 6.3

Implementation of hook_install().

File

profiles/swftools_profiles.install, line 11
Install, update and uninstall functions for the SWF Tools Profiles module.

Code

function swftools_profiles_install() {
  drupal_install_schema('swftools_profiles');
}