You are here

function thunder_update_last_removed in Thunder 6.1.x

Same name and namespace in other branches
  1. 6.2.x thunder.install \thunder_update_last_removed()
  2. 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;
}