Commit 7e0e9260 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

route_interesting: also consider airports

parent 57f3f4da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
git HEAD

    * IRIS->new: Fix default lwp_options value (was documented, but not used)
    * Result->route_interesting: Also consider airports

Travel::Status::DE::IRIS 1.00 - Fri May 01 2015

+1 −1
Original line number Diff line number Diff line
@@ -633,7 +633,7 @@ sub route_interesting {
	$max_parts //= 3;

	for my $stop (@via) {
		if ( $stop =~ m{ ?Hbf}o ) {
		if ( $stop =~ m{ Hbf | Flughafen }ox ) {
			push( @via_main, $stop );
		}
	}