show which radio was last updated

This commit is contained in:
github-actions
2024-08-06 00:04:59 +02:00
parent 0bb1f916fd
commit c6bd33d16a
6 changed files with 14 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ class QSO extends CI_Controller {
$data['notice'] = false;
$data['stations'] = $this->stations->all_of_user();
$data['radios'] = $this->cat->radios();
$data['radio_last_updated'] = $this->cat->last_updated()->row();
$data['query'] = $this->logbook_model->last_custom('5');
$data['dxcc'] = $this->logbook_model->fetchDxcc();
$data['iota'] = $this->logbook_model->fetchIota();