function skinr_ui_update_last_removed in Skinr 7.2
Same name and namespace in other branches
- 8.2 skinr_ui/skinr_ui.install \skinr_ui_update_last_removed()
Implements hook_update_last_removed().
Make sure any previous updates aren't skipped.
File
- ./
skinr_ui.install, line 30 - Contains install, update, and uninstall functions for Skinr UI.
Code
function skinr_ui_update_last_removed() {
return 6001;
}