You are here

function subscriptions_update_last_removed in Subscriptions 7

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

Implements hook_update_last_removed().

We've removed the D5 update functions.

Return value

int

File

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

Code

function subscriptions_update_last_removed() {
  return 9;
}