From 30782c2fb91e4f6f25c5b8411d37c5edae8d03aa Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 27 Jan 2020 23:44:40 +0000
Subject: [PATCH] Add file encoding header to vehicles.html template
---
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