lib/TramTypes.php
@@ -25,8 +25,8 @@ 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 301 304 RF GT8S 0 305 309 RF GT8N 1 310 311 RF GT8C 1 312 312 RF GT8N 1 313 313 RF GT8C 1 @@ -50,9 +50,6 @@ } public function getByNumber($id) { if($id == 312) { $id = 316; } return parent::getByNumber($id); } }