You are here

function download_count_install in Download Count 7.2

Same name and namespace in other branches
  1. 5 download_count.install \download_count_install()
  2. 6.2 download_count.install \download_count_install()
  3. 6 download_count.install \download_count_install()

Implements hook_install().

File

./download_count.install, line 76
Installation code for the download_count module.

Code

function download_count_install() {

  // TODO The drupal_(un)install_schema functions are called automatically in D7.
  // drupal_install_schema('download_count')
}