You are here

function nodewords_update_6135 in Nodewords: D6 Meta Tags 6

Implements hook_update_N().

File

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

Code

function nodewords_update_6135() {
  $ret = array();
  if (db_table_exists('cache_nodewords')) {
    db_drop_table($ret, 'cache_nodewords');
  }
  return $ret;
}