From 8cde7c538ea1d0d8aa51bcb3f2482ae4f19713ad Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 24 Jul 2023 20:57:02 +0000
Subject: [PATCH] Move BH072-095 to BH410-433
---
lib/TramTypes.php | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/lib/TramTypes.php b/lib/TramTypes.php
index 72186da..7cb6827 100644
--- a/lib/TramTypes.php
+++ b/lib/TramTypes.php
@@ -25,12 +25,7 @@
207 208 HZ 105N 0
209 245 RZ 105N 0
246 299 HZ 105N 0
-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
-314 329 RF GT8N 1
+301 331 RF GT8N 1
401 440 HL EU8N 1
451 456 HK N8C-NF 1
457 461 HK N8S-NF 1
@@ -38,9 +33,11 @@
601 614 RP NGT6 (1) 2
615 626 RP NGT6 (2) 2
627 650 RP NGT6 (3) 2
+701 745 HY Stadler Tango II 2
801 824 RY NGT8 2
825 839 RY Stadler Tango 2
840 874 HY Stadler Tango 2
+875 898 RY Stadler Tango II 2
899 899 RY 126N 2
901 914 RG 2014N 2
915 936 HG 2014N 2
@@ -50,9 +47,6 @@
}
public function getByNumber($id) {
- if($id == 312) {
- $id = 316;
- }
return parent::getByNumber($id);
}
}
--
Gitblit v1.9.1