You are here

function votingapi_update_last_removed in Voting API 7.2

Same name and namespace in other branches
  1. 8.3 votingapi.install \votingapi_update_last_removed()
  2. 7.3 votingapi.install \votingapi_update_last_removed()

The most recent update removed for version-to-version compatibility.

File

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

Code

function votingapi_update_last_removed() {
  return 6101;
}