function apachesolr_image_enable in Apache Solr Search 6
Same name and namespace in other branches
- 5.2 contrib/apachesolr_image/apachesolr_image.module \apachesolr_image_enable()
- 6.2 contrib/apachesolr_image/apachesolr_image.module \apachesolr_image_enable()
Implementation of hook_enable().
File
- contrib/
apachesolr_image/ apachesolr_image.module, line 65
Code
function apachesolr_image_enable() {
drupal_set_message(t('The Apache Solr image integration module will not have any apparent effect until Image type nodes are indexed or re-indexed.'));
}