Loading lib/Travelynx/Controller/Traveling.pm +1 −1 Original line number Diff line number Diff line Loading @@ -1340,7 +1340,7 @@ sub station { } my $connections_p; if ( $trip_id and $hafas_service ) { if ( $trip_id and ( $dbris_service or $hafas_service ) ) { @results = grep { $_->id eq $trip_id } @results; } elsif ( $train and not $hafas_service ) { Loading lib/Travelynx/Helper/DBRIS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ sub get_departures_p { my $agent = $self->{user_agent}; if ( $opt{station} =~ m{ [@] L = (?<eva> \d+ ) [@] }x ) { if ( $opt{station} =~ m{ [@] L = (?<eva> \d+ ) }x ) { $opt{station} = { eva => $+{eva}, id => $opt{station}, Loading Loading
lib/Travelynx/Controller/Traveling.pm +1 −1 Original line number Diff line number Diff line Loading @@ -1340,7 +1340,7 @@ sub station { } my $connections_p; if ( $trip_id and $hafas_service ) { if ( $trip_id and ( $dbris_service or $hafas_service ) ) { @results = grep { $_->id eq $trip_id } @results; } elsif ( $train and not $hafas_service ) { Loading
lib/Travelynx/Helper/DBRIS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ sub get_departures_p { my $agent = $self->{user_agent}; if ( $opt{station} =~ m{ [@] L = (?<eva> \d+ ) [@] }x ) { if ( $opt{station} =~ m{ [@] L = (?<eva> \d+ ) }x ) { $opt{station} = { eva => $+{eva}, id => $opt{station}, Loading