You are here

function nodewords_update_6167 in Nodewords: D6 Meta Tags 6

Same name and namespace in other branches
  1. 6.2 nodewords.install \nodewords_update_6167()

Implements hook_update_N().

File

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

Code

function nodewords_update_6167() {
  $ret = array();
  $ret[] = update_sql('DELETE FROM {nodewords} WHERE type = 0');
  variable_set('nodewords_update_6166', TRUE);
  return $ret;
}