Fixed a few null-checks which will fail on fresh accounts

This commit is contained in:
int2001
2024-02-04 16:36:56 +00:00
parent 66c568020e
commit af9168989b
5 changed files with 21 additions and 18 deletions

View File

@@ -162,7 +162,7 @@ class Distances_model extends CI_Model
'Callsign' => '',
'Grid' => '',
'Distance' => '',
'Qsos' => '',
'Qsos' => 0,
'Grids' => ''
);