From 3d1e543a6771b8c532ae90d06f5094790d7f39f1 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Tue, 28 Jan 2020 18:22:58 +0000
Subject: [PATCH] Put full vehicle number and link to the map in vehicles.html tpl
---
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,6 +37,7 @@
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
@@ -44,11 +45,4 @@
END;
parent::__construct($data);
}
-
- public function getByNumber($id) {
- if((int)$id == 250) {
- $id = 410;
- }
- return parent::getByNumber($id);
- }
}
--
Gitblit v1.10.0