You are here

function download_count_statistics_install in Download Count 6.2

Implementation of hook_install().

File

./download_count_statistics.install, line 45
Installation code for the download_count_statistics module.

Code

function download_count_statistics_install() {
  drupal_install_schema('download_count_statistics');
}