function appointment_calendar_appointment_show in Appointment Calendar 7
Callback function for appointcal page.
1 string reference to 'appointment_calendar_appointment_show'
- appointment_calendar_menu in ./
appointment_calendar.module - Implements hook_menu().
File
- ./
appointment_calendar.module, line 387 - Adds Appointment calendar filtering and displays Availability.
Code
function appointment_calendar_appointment_show() {
if (module_exists('admin_menu')) {
admin_menu_suppress();
}
return '';
}