You are here

function skinr_update_last_removed in Skinr 8.2

Same name and namespace in other branches
  1. 7.2 skinr.install \skinr_update_last_removed()

Implements hook_update_last_removed().

Make sure any previous updates aren't skipped.

File

./skinr.install, line 13
Contains install, update, and uninstall functions for Skinr.

Code

function skinr_update_last_removed() {
  return 7201;
}