pull/179/head
Peter Goodhall 2016-01-15 23:14:03 +00:00
rodzic 9e6b19bc52
commit c9741fa126
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -122,7 +122,6 @@ class Logbook extends CI_Controller {
if($this->logbook_model->call_qra($qra)) {
echo $this->logbook_model->call_qra($qra);
} else {
echo "callbook info:";
if ($this->config->item('callbook') == "qrz" && $this->config->item('qrz_username') != null && $this->config->item('qrz_password') != null) {
// Lookup using QRZ
$this->load->library('qrz');
@ -145,7 +144,6 @@ class Logbook extends CI_Controller {
}
$callbook = $this->hamqth->search($qra, $this->session->userdata('hamqth_session_key'));
echo "hamqth info:";
echo $callbook['gridsquare'];
}