skinr.install in Skinr 8.2
Same filename and directory in other branches
Contains install, update, and uninstall functions for Skinr.
File
skinr.installView 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
Name | Description |
---|---|
skinr_update_last_removed | Implements hook_update_last_removed(). |