From 729413a7b10f1b27a810a4928b1ee165a9961d9e Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Fri, 13 Nov 2020 14:07:40 +0000 Subject: [PATCH] VehicleTypes: convert vehicle id to integer before looking it up --- lib/TramTypes.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/TramTypes.php b/lib/TramTypes.php index fe6adf5..72186da 100644 --- a/lib/TramTypes.php +++ b/lib/TramTypes.php @@ -25,8 +25,8 @@ 207 208 HZ 105N 0 209 245 RZ 105N 0 246 299 HZ 105N 0 -301 306 RF GT8S 0 -307 309 RF GT8N 1 +301 305 RF GT8S 0 +306 309 RF GT8N 1 310 311 RF GT8C 1 312 312 RF GT8N 1 313 313 RF GT8C 1 -- Gitblit v1.9.1