You are here

skinr.install in Skinr 8.2

Same filename and directory in other branches
  1. 6.2 skinr.install
  2. 6 skinr.install
  3. 7.2 skinr.install

Contains install, update, and uninstall functions for Skinr.

File

skinr.install
View source
<?php

/**
 * @file
 * Contains install, update, and uninstall functions for Skinr.
 */

/**
 * Implements hook_update_last_removed().
 *
 * Make sure any previous updates aren't skipped.
 */
function skinr_update_last_removed() {
  return 7201;
}

Functions