You are here

function subscriptions_content_update_7002 in Subscriptions 7

Remove the obsolete subscriptions_generate_full_node variable.

File

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

Code

function subscriptions_content_update_7002() {
  variable_del('subscriptions_generate_full_node');
}