You are here

function subscriptions_content_update_last_removed in Subscriptions 2.0.x

Same name and namespace in other branches
  1. 7 subscriptions_content.install \subscriptions_content_update_last_removed()

Implements hook_update_last_removed().

File

subscriptions_content/subscriptions_content.install, line 24
Subscriptions Content module installation.

Code

function subscriptions_content_update_last_removed() {
  return 7002;
}