minor tweaks

This commit is contained in:
Nathan Coad
2018-06-17 04:37:44 +10:00
parent ce2a9242e5
commit 0e7d9a215a
3 changed files with 5 additions and 4 deletions

View File

@@ -510,7 +510,7 @@ function booking_token_info() {
'name' => t('Travel form Link'),
'description' => t('Link to the person\'s travel form.')
);
/*
$info['types']['meta-booking'] = array(
'name' => t('Meta Booking Tokens'),
'description' => t('Sub-tokens for the booking module that are used by other booking module tokens. They will only work in a very limited context.'),
@@ -532,6 +532,7 @@ function booking_token_info() {
'name' => t('Study Group Role'),
'description' => t('Used in the studygroup-summary token.')
);
*/
return $info;
}