From 4136546b927f78a475cb36b442c051ecaadb605e Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 27 Jan 2020 23:39:17 +0000
Subject: [PATCH] Show when the vehicles were last seen in TTSS
---
lib/TramTypes.php | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/lib/TramTypes.php b/lib/TramTypes.php
index 9d3b248..a1cdedb 100644
--- a/lib/TramTypes.php
+++ b/lib/TramTypes.php
@@ -37,18 +37,12 @@
615 626 RP NGT6 (2) 2
627 650 RP NGT6 (3) 2
801 824 RY NGT8 2
+825 859 RY Stadler Tango 2
899 899 RY 126N 2
901 914 RG 2014N 2
915 936 HG 2014N 2
999 999 HG 405N 1
END;
parent::__construct($data);
- }
-
- public function getByNumber($id) {
- if((int)$id == 250) {
- $id = 410;
- }
- return parent::getByNumber($id);
}
}
--
Gitblit v1.9.1