You are here

function appointment_calendar_install in Appointment Calendar 7

Implements hook_install().

File

./appointment_calendar.install, line 11
Install and uninstall functions for the Appointment Calendar module.

Code

function appointment_calendar_install() {
  node_types_rebuild();
  node_type_get_types();
  appointment_calendar_add_custom_fields();
  appointment_calendar_add_template_page();
}