mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
recent journeys: use hafas=DB as well
This commit is contained in:
parent
38f537bf59
commit
c105bc4e40
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ sub get_latest_checkout_stations {
|
|||
{
|
||||
name => $row->{arr_name},
|
||||
eva => $row->{arr_eva},
|
||||
hafas => ( $row->{train_id} =~ m{[|]} ? 1 : 0 ),
|
||||
hafas => ( $row->{train_id} =~ m{[|]} ? 'DB' : 0 ),
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue