initial work on mysql view
This commit is contained in:
@@ -225,6 +225,16 @@ function booking_menu() {
|
||||
'type' => MENU_CALLBACK,
|
||||
);
|
||||
|
||||
$items['admin/booking/createview'] = array(
|
||||
'title' => 'Booking Test mysql view creation',
|
||||
'description' => 'Booking Test mysql view creation',
|
||||
'page callback' => '_booking_node_create_mysqlview',
|
||||
//'access arguments' => array('edit bookings'),
|
||||
//always allow access to this page - security risk!
|
||||
'access callback' => TRUE,
|
||||
'type' => MENU_CALLBACK,
|
||||
);
|
||||
|
||||
//pages for attendees to fill out information
|
||||
$items['booking'] = array(
|
||||
'title' => $bookingTitle . ' Booking Form',
|
||||
|
Reference in New Issue
Block a user