You are here

function number_update_last_removed in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 modules/number/number.install \number_update_last_removed()
  2. 6 modules/number/number.install \number_update_last_removed()

File

modules/number/number.install, line 40
Implementation of hook_install().

Code

function number_update_last_removed() {
  return 5;
}