You are here

function skinr_ui_update_last_removed in Skinr 8.2

Same name and namespace in other branches
  1. 7.2 skinr_ui.install \skinr_ui_update_last_removed()

Implements hook_update_last_removed().

Make sure any previous updates aren't skipped.

File

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

Code

function skinr_ui_update_last_removed() {
  return 6001;
}