You are here

function shorten_update_7003 in Shorten URLs 7.2

Implements hook_update_N(). Removes variables for deprecated services.

File

./shorten.install, line 39
(Un)installs the Shorten module.

Code

function shorten_update_7003() {
  variable_del('shorten_budurl');
  variable_del('shorten_ez');
  variable_del('shorten_googl');
  variable_del('shorten_fwd4me');
}