add reserve helper role to studygroups

This commit is contained in:
2016-06-29 16:40:05 +10:00
parent a4da6d2d93
commit 7934d0718c
4 changed files with 43 additions and 34 deletions

View File

@@ -38,7 +38,6 @@ function booking_studygroups_admin() {
$output .= theme('table', array('header' => $header, 'rows' => $rows, 'attributes' => $attributes));
return $output;
}
/**
@@ -175,7 +174,9 @@ function booking_studygroups_define_form($node, &$form_state, $create, $editid =
}
/**
* Process addition/update/delete of a studygroup definition
*/
function booking_studygroups_define_form_submit($form, &$form_state) {
global $event;