You are here

function votingapi_update_1 in Voting API 6

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

UTF8 update

File

./votingapi.install, line 11

Code

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