You are here

function glossary_update_5102 in Glossary 5

Same name and namespace in other branches
  1. 5.2 glossary.install \glossary_update_5102()

File

./glossary.install, line 26

Code

function glossary_update_5102() {
  $ret = array();
  drupal_set_message('Note: The settings for the Glossary module have moved from the Input Formats page to a separate page under Administer » Site configuration » Glossary. Additionally, there are a few new settings.', 'warning');
  return $ret;
}