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;
}
Implements hook__update_last_removed().
function glossary__update_last_removed() {
return 6101;
}