Loading of CI not needed

这个提交包含在:
phl0 2023-12-13 08:12:57 +01:00
父节点 77cabef52a
当前提交 82ec9845c3
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -128,10 +128,8 @@
<td><?php echo lang('general_total_distance'); //Total distance ?></td>
<td>
<?php
$CI =& get_instance();
// Cacluate Distance
$distance = $CI->qra->distance($row->station_gridsquare, $row->COL_GRIDSQUARE, $measurement_base);
$distance = $this->qra->distance($row->station_gridsquare, $row->COL_GRIDSQUARE, $measurement_base);
switch ($measurement_base) {
case 'M':