You are here

function nodewords_update_3 in Nodewords: D6 Meta Tags 5

Update from 46 to 47 (UTF8 table encoding)

File

./nodewords.install, line 187

Code

function nodewords_update_3() {
  return _system_update_utf8(array(
    'nodewords',
  ));
}