function thunder_update_last_removed in Thunder 6.1.x
Same name and namespace in other branches
- 6.2.x thunder.install \thunder_update_last_removed()
- 6.0.x thunder.install \thunder_update_last_removed()
Implements hook_update_last_removed().
File
- ./
thunder.install, line 103 - Install, update and uninstall functions for the thunder installation profile.
Code
function thunder_update_last_removed() {
return 8309;
}