You are here

function swftools_install in SWF Tools 6.3

Implementation of hook_install().

File

./swftools.install, line 983
Install, update and uninstall functions for the SWF Tools module.

Code

function swftools_install() {
  drupal_install_schema('swftools');
}