function apachesolr_update_7016 in Apache Solr Search 7
Same name and namespace in other branches
- 8 apachesolr.install \apachesolr_update_7016()
Clean up apachesolr_update_from_6303.
This variable had been used to bypass 7.x-1.x updates which are redundant with 6.x-3.x.
File
- ./
apachesolr.install, line 897 - Install and related hooks for apachesolr_search.
Code
function apachesolr_update_7016() {
variable_del('apachesolr_update_from_6303');
}