diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-15 10:43:34 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-15 10:43:34 +0200 | 
| commit | c105bc4e40bc60fde622929be73440e1f9d112e7 (patch) | |
| tree | 793bdaa5e00d47ad05e34cefdf29dd484ac560ef | |
| parent | 38f537bf597c492371fdffc243687290b2ebaafe (diff) | |
recent journeys: use hafas=DB as well
| -rwxr-xr-x | lib/Travelynx/Model/Journeys.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Travelynx/Model/Journeys.pm b/lib/Travelynx/Model/Journeys.pm index 280922b..424430c 100755 --- a/lib/Travelynx/Model/Journeys.pm +++ b/lib/Travelynx/Model/Journeys.pm @@ -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 ),  			}  		);  	} | 
