tweak to text in _booking_leader_helper_email_summary token
This commit is contained in:
@@ -1614,7 +1614,7 @@ function _booking_leader_helper_email_summary($node) {
|
|||||||
$otherperson_phone = $other->booking_mobile;
|
$otherperson_phone = $other->booking_mobile;
|
||||||
}
|
}
|
||||||
|
|
||||||
$rows[] = t('!role for !descrip (section !id). Your !otherrole is !other. You can contact them on !phone or !email.',
|
$rows[] = t('!role for !descrip. Your !otherrole is !other. You can contact them on !phone or !email.',
|
||||||
array('!role' => $role, '!id' => $studygroup->sid, '!descrip' => $studygroup->booking_studygroup_descrip,
|
array('!role' => $role, '!id' => $studygroup->sid, '!descrip' => $studygroup->booking_studygroup_descrip,
|
||||||
'!otherrole' => $otherrole, '!other' => $otherperson_name, '!phone' => $otherperson_phone, '!email' => $otherperson_email,
|
'!otherrole' => $otherrole, '!other' => $otherperson_name, '!phone' => $otherperson_phone, '!email' => $otherperson_email,
|
||||||
));
|
));
|
||||||
|
Reference in New Issue
Block a user