You are here

function votingapi_update_1 in Voting API 6.2

Same name and namespace in other branches
  1. 5 votingapi.install \votingapi_update_1()
  2. 6 votingapi.install \votingapi_update_1()

UTF8 update

File

./votingapi.install, line 63
Installation file for VotingAPI module.

Code

function votingapi_update_1() {
  return _system_update_utf8(array(
    'votingapi_vote',
    'votingapi_cache',
  ));
}