Jacek Kowalski
2019-12-31 bb6907fe8592692618dff65ff57021f924f40825
lib/TramTypes.php
@@ -44,11 +44,4 @@
END;
      parent::__construct($data);
   }
   public function getByNumber($id) {
      if((int)$id == 250) {
         $id = 410;
      }
      return parent::getByNumber($id);
   }
}