You are here

function subscriptions_content_update_last_removed in Subscriptions 7

Same name and namespace in other branches
  1. 2.0.x subscriptions_content/subscriptions_content.install \subscriptions_content_update_last_removed()

Implements hook_update_last_removed().

Return value

int

File

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

Code

function subscriptions_content_update_last_removed() {
  return 1;
}