You are here

function nodewords_update_6187 in Nodewords: D6 Meta Tags 6

Remove an unused variable.

File

./nodewords.install, line 1760
Installation file for nodewords.module.

Code

function nodewords_update_6187() {
  $ret = array();
  drupal_set_message(t('A legacy variable has been removed.'));
  variable_del('nodewords_filter_regexp');
  return $ret;
}