You are here

function text_update_last_removed in Content Construction Kit (CCK) 6

Same name and namespace in other branches
  1. 6.3 modules/text/text.install \text_update_last_removed()
  2. 6.2 modules/text/text.install \text_update_last_removed()

File

modules/text/text.install, line 39

Code

function text_update_last_removed() {
  return 5;
}