You are here

function user_stats_install in User Stats 6

Same name and namespace in other branches
  1. 5 user_stats.install \user_stats_install()

Implementation of hook_install().

File

./user_stats.install, line 80
Install hooks for the User Stats module.

Code

function user_stats_install() {
  drupal_install_schema('user_stats');
}