mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
typo
This commit is contained in:
parent
256a29e25a
commit
8795cca252
@ -202,7 +202,7 @@ class Logbook extends CI_Controller {
|
||||
$this->session->set_userdata('hamqth_session_key', $hamqth_session_key);
|
||||
}
|
||||
|
||||
$callbook = $this->hamqth->search($qra, $this->session->userdata('hamqth_session_key'));
|
||||
$callbook = $this->hamqth->search($callsign, $this->session->userdata('hamqth_session_key'));
|
||||
echo $callbook['iota'];
|
||||
|
||||
}
|
||||
@ -238,7 +238,7 @@ class Logbook extends CI_Controller {
|
||||
$this->session->set_userdata('hamqth_session_key', $hamqth_session_key);
|
||||
}
|
||||
|
||||
$callbook = $this->hamqth->search($qra, $this->session->userdata('hamqth_session_key'));
|
||||
$callbook = $this->hamqth->search($callsign, $this->session->userdata('hamqth_session_key'));
|
||||
echo $callbook['name'];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user