You are here

function metatag_update_7022 in Metatag 7

A minor bit of tidy-up after update 7015.

File

./metatag.install, line 1912
Install, update, and uninstall functions for the metatag module.

Code

function metatag_update_7022() {
  variable_del('metatag_skip_update_7015');
}