Unverified Commit 757cf4d3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

$hafas->station: correctly determine 'name' and 'eva'

parent 22728aaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1111,7 +1111,7 @@ sub station {
		}
	}

	my @prefcounts = sort { $b->[0] <=> $a->[0] }
	my @prefcounts = sort { $b->[1] <=> $a->[1] }
	  map { [ $_, $prefc_by_loc{$_} ] } keys %prefc_by_loc;

	if ( not @prefcounts ) {