You are here

function opigno_init in Opigno 7

Implements hook_init().

File

./opigno.module, line 101
Contains all hook_implementations and module specific API.

Code

function opigno_init() {
  _opigno_install_custom_fields();
}