You are here

simple_pass_reset.install in Simple Password Reset 8

Same filename and directory in other branches
  1. 7 simple_pass_reset.install

Installation functions for Simple password reset module.

File

simple_pass_reset.install
View source
<?php

/**
 * @file
 * Installation functions for Simple password reset module.
 */

/**
 * Implements hook_install().
 */
function simple_pass_reset_install() {
  module_set_weight('simple_pass_reset', 1);
}

Functions

Namesort descending Description
simple_pass_reset_install Implements hook_install().