Added train reservations. (Not yet picked up by Google Inbox.)

This commit is contained in:
2016-08-11 01:01:22 +02:00
parent b708c0431e
commit 97e2ec427e
5 changed files with 366 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ if (!$tpl_done && $sm->hasSessionToken()) {
}
break;
default:
if (in_array($action, array('event', 'flight', 'hotel', 'restaurant', 'rentalcar'))) {
if (in_array($action, array('event', 'flight', 'hotel', 'restaurant', 'rentalcar', 'train'))) {
$ho->setTemplate($action . '_html');
$tpl_done = true;
$skey = 'form_' . $action;