mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #2981 from phl0/dokCallbookLookup
Query callbook (hamqth) for DARC DOK
This commit is contained in:
@@ -158,24 +158,6 @@ class Lookup extends CI_Controller {
|
||||
}
|
||||
}
|
||||
|
||||
public function dok($call) {
|
||||
session_write_close();
|
||||
|
||||
if($call) {
|
||||
$call = str_replace("-","/",$call);
|
||||
$uppercase_callsign = strtoupper($call);
|
||||
}
|
||||
|
||||
// DOK results from logbook
|
||||
$this->load->model('logbook_model');
|
||||
|
||||
$query = $this->logbook_model->get_dok($uppercase_callsign);
|
||||
|
||||
if ($query->row()) {
|
||||
echo $query->row()->COL_DARC_DOK;
|
||||
}
|
||||
}
|
||||
|
||||
public function ham_of_note($call = '') {
|
||||
session_write_close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user