We do not need to load Qra lib again

pull/2821/head
phl0 2023-12-13 08:10:13 +01:00
rodzic 74d37b1e22
commit 77cabef52a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -128,9 +128,7 @@
<td><?php echo lang('general_total_distance'); //Total distance ?></td>
<td>
<?php
// Load the QRA Library
$CI =& get_instance();
$CI->load->library('qra');
// Cacluate Distance
$distance = $CI->qra->distance($row->station_gridsquare, $row->COL_GRIDSQUARE, $measurement_base);