You are here

skinr_ui.install in Skinr 8.2

Contains install, update, and uninstall functions for Skinr UI.

File

skinr_ui/skinr_ui.install
View source
<?php

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

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

Functions