Loading of CI not needed
这个提交包含在:
父节点
77cabef52a
当前提交
82ec9845c3
共有 1 个文件被更改,包括 1 次插入 和 3 次删除
|
|
@ -128,10 +128,8 @@
|
||||||
<td><?php echo lang('general_total_distance'); //Total distance ?></td>
|
<td><?php echo lang('general_total_distance'); //Total distance ?></td>
|
||||||
<td>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
$CI =& get_instance();
|
|
||||||
|
|
||||||
// Cacluate Distance
|
// 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) {
|
switch ($measurement_base) {
|
||||||
case 'M':
|
case 'M':
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用