You are here

function advpoll_update_6000 in Advanced Poll 6

Same name and namespace in other branches
  1. 6.3 advpoll.install \advpoll_update_6000()
  2. 6.2 advpoll.install \advpoll_update_6000()

No-op update to clear Voting API cache after fixing http://drupal.org/node/361593

File

./advpoll.install, line 402
Manage database installation and upgrading for advpoll.

Code

function advpoll_update_6000() {
  return array();
}