PHP Notice: Use of undefined constant int - assumed 'int' in hotel_booking.module on line 207 -> should be 'adults' => 'int',
PHP Notice: Use of undefined constant int - assumed 'int' in hotel_booking.module on line 208 -> should be 'children' => 'int',

Notice: Use of undefined constant MENU_LOCALTASK - assumed [error]
'MENU_LOCALTASK' in hotel_booking_menu() (line 184 of hotel_booking.module). -> should be 'type' => MENU_LOCAL_TASK,

Thank you for this great module

Comments

Anonymous’s picture

Also Undefined index: type in hotel_booking_form_alter() (line 402 of hotel_booking.module). -> should be if ($form['#type']['#value'] == 'hotel_room_type' && module_exists('uc_shipping')) {

larowlan’s picture

Status: Active » Fixed

committed, jeez it's scary to look at my first implementation of hook_theme and hook_menu, funny no-one picked these up earlier, it's been like that for at least two years!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.