You are here

function votingapi_update_7301 in Voting API 7.3

Delete VotingAPIOrphaned queue for the cleanup tasks.

File

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

Code

function votingapi_update_7301() {
  DrupalQueue::get('VotingAPIOrphaned', TRUE)
    ->deleteQueue();
}