You are here

function regcode_install in Registration codes 5.3

Same name and namespace in other branches
  1. 6.2 regcode.install \regcode_install()
  2. 6 regcode.install \regcode_install()
  3. 7.2 regcode.install \regcode_install()
  4. 7 regcode.install \regcode_install()

Implementation of hook_install().

File

./regcode.install, line 22

Code

function regcode_install() {
  regcode_create_table();
  watchdog('RegistrationCode', 'regcodes module installed');
}