You are here

function custom_search_update_6101 in Custom Search 6

File

./custom_search.install, line 94
Install, update, and uninstall functions for the custom search module.

Code

function custom_search_update_6101() {
  $ret = array();
  drupal_set_message(t('Custom Search has been divided in multiple modules. Please re-enable the sub-modules you need.'));
  return $ret;
}