kopia lustrzana https://github.com/magicbug/Cloudlog
Loading of CI not needed
rodzic
77cabef52a
commit
82ec9845c3
|
@ -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':
|
||||
|
|
Ładowanie…
Reference in New Issue