function text_update_last_removed in Content Construction Kit (CCK) 6.3
Same name and namespace in other branches
- 6 modules/text/text.install \text_update_last_removed()
- 6.2 modules/text/text.install \text_update_last_removed()
File
- modules/
text/ text.install, line 40 - Implementation of hook_install().
Code
function text_update_last_removed() {
return 5;
}