Merge branch 'dev' into dcl_frontend

This commit is contained in:
int2001
2025-08-24 16:42:45 +00:00
65 changed files with 4609 additions and 3087 deletions

View File

@@ -147,7 +147,7 @@ class Cabrilloformat {
}
if ($grid_export == true) {
$returnstring .= substr($qso->station_gridsquare, 0, 4) ?? '' ." ";
$returnstring .= (substr($qso->station_gridsquare, 0, 4) ?? '') ." ";
}
if ($qso->COL_STX_STRING != "") {
@@ -161,7 +161,7 @@ class Cabrilloformat {
}
if ($grid_export == true) {
$returnstring .= substr($qso->COL_GRIDSQUARE, 0, 4) ?? '' ." ";
$returnstring .= (substr($qso->COL_GRIDSQUARE, 0, 4) ?? '') ." ";
}
if ($qso->COL_SRX_STRING != "") {