Unverified Commit 78cc52fe authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix Departure->route_interesting (name_suf does not exist anymore)

parent fca2187d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ sub route_interesting {

	for my $stop (@via) {
		if (
			$stop->name_suf =~ m{ Bf | Hbf | Flughafen | Hauptbahnhof
			$stop->name =~ m{ Bf | Hbf | Flughafen | [Bb]ahnhof
				| Krankenhaus | Klinik | (?: S $ ) }ox
		  )
		{