Commit 8ad7cfcc authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

yet another platform name fix

parent 847c9272
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -347,9 +347,12 @@ sub results {
			$platform_is_db = 1;
		}

		if ($platform_name) {
		if ( $platform_name and $platform_name =~ m{ ^ (Gleis | Bstg\.)}ox ) {
			$platform = ( split( / /, $platform_name ) )[1];
		}
		elsif ( $platform_name and not $platform ) {
			$platform = $platform_name;
		}

		push(
			@results,