New function for viewing list all each study group
This commit is contained in:
@@ -305,9 +305,8 @@ function booking_menu() {
|
||||
$items['admin/config/booking/studygroups/view'] = array(
|
||||
'title' => 'View All Study Groups',
|
||||
'description' => 'View Study Group memberships',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_studygroups_view_form', false),
|
||||
'access arguments' => array('access administration pages'),
|
||||
'page callback' => 'booking_studygroups_view_summary',
|
||||
'access arguments' => array("access administration pages"),
|
||||
//'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
||||
@@ -315,7 +314,7 @@ function booking_menu() {
|
||||
'title' => 'View Study Group',
|
||||
'description' => 'View Study Group memberships',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_studygroups_view_form', true, 4),
|
||||
'page arguments' => array('booking_studygroups_view_form', 4),
|
||||
'access arguments' => array('access administration pages'),
|
||||
//'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
Reference in New Issue
Block a user