From 812d3f5e104b33f68ce7bda06158040ba54975e4 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Fri, 30 Jul 2021 14:49:23 +0000
Subject: [PATCH] Change bus depot: DR765-766 -> PR765-766, DR561-563 -> BR561-563
---
lib/TramTypes.php | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/lib/TramTypes.php b/lib/TramTypes.php
index e91b9f2..e1cb718 100644
--- a/lib/TramTypes.php
+++ b/lib/TramTypes.php
@@ -50,9 +50,6 @@
}
public function getByNumber($id) {
- if($id == 312) {
- $id = 316;
- }
return parent::getByNumber($id);
}
}
--
Gitblit v1.10.0