You are here

function glossary__update_last_removed in Glossary 7

Implements hook__update_last_removed().

File

./glossary.install, line 11
Glossary module installation functions.

Code

function glossary__update_last_removed() {
  return 6101;
}