pull/1307/head
Thomas Werzmirzowsky 2021-11-17 21:53:24 +01:00
rodzic e344bd0a9b
commit 3f7dbe81f9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ class Gridsquares extends CI_Controller {
public function index() {
// if there are no satelite QSOs redirect to band selection directly
// if there are no satellite QSOs redirect to band selection directly
$this->load->model('logbook_model');
$total_sat = $this->logbook_model->total_sat();
if ($total_sat->num_rows() == 0) {