function advpoll_update_6000 in Advanced Poll 6
Same name and namespace in other branches
- 6.3 advpoll.install \advpoll_update_6000()
- 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();
}