From 4f4f2ce9f8ee4cc986450eff10bfa4915c3e214b Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 17 Jun 2025 18:25:48 +0200 Subject: DBF links: support efa and motis backends --- lib/Travelynx.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Travelynx.pm') diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index 7c8dc19..b36c633 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -2142,7 +2142,9 @@ sub startup { $ret =~ s{[{]tn[}]}{$opt{tn}}g; $ret =~ s{[{]id[}]}{$opt{id}}g; $ret =~ s{[{]dbris[}]}{$opt{dbris}}g; + $ret =~ s{[{]efa[}]}{$opt{efa}}g; $ret =~ s{[{]hafas[}]}{$opt{hafas}}g; + $ret =~ s{[{]motis[}]}{$opt{motis}}g; if ( $opt{id} and not $opt{is_iris} ) { $ret =~ s{[{]id_or_tttn[}]}{$opt{id}}g; -- cgit v1.2.3