You are here

function subscriptions_update_last_removed in Subscriptions 2.0.x

Same name and namespace in other branches
  1. 7 subscriptions.install \subscriptions_update_last_removed()

Implements hook_update_last_removed().

File

./subscriptions.install, line 293
Subscriptions module installation.

Code

function subscriptions_update_last_removed() {
  return 7101;
}