You are here

function opigno_statistics_install in Opigno statistics 8

Same name and namespace in other branches
  1. 3.x opigno_statistics.install \opigno_statistics_install()

Creates database table for tracking of the user login events.

On module install.

File

./opigno_statistics.install, line 13
Install, update and uninstall functions for the Opigno Statistics module.

Code

function opigno_statistics_install() {
  _opigno_statistics_create_user_login_table();
}