From 5c005b0b3ba76e7369de60cfc1ed33d8a8e748c1 Mon Sep 17 00:00:00 2001 From: int2001 Date: Tue, 19 Sep 2023 18:29:07 +0000 Subject: [PATCH] Fixes typo for coloring confirmed QSOs --- application/controllers/Logbook.php | 8 ++++---- application/models/Logbook_model.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index c5dc1e6e..5b0f42f0 100644 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -205,7 +205,7 @@ class Logbook extends CI_Controller { } if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) { if ($extrawhere!='') { - $extrawherei.=" OR"; + $extrawhere.=" OR"; } $extrawhere.=" COL_EQSL_QSL_RCVD='Y'"; } @@ -330,7 +330,7 @@ function worked_grid_before($gridsquare, $type, $band, $mode) } if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) { if ($extrawhere!='') { - $extrawherei.=" OR"; + $extrawhere.=" OR"; } $extrawhere.=" COL_EQSL_QSL_RCVD='Y'"; } @@ -412,7 +412,7 @@ function worked_grid_before($gridsquare, $type, $band, $mode) } if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) { if ($extrawhere!='') { - $extrawherei.=" OR"; + $extrawhere.=" OR"; } $extrawhere.=" COL_EQSL_QSL_RCVD='Y'"; } @@ -507,7 +507,7 @@ function worked_grid_before($gridsquare, $type, $band, $mode) } if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) { if ($extrawhere!='') { - $extrawherei.=" OR"; + $extrawhere.=" OR"; } $extrawhere.=" COL_EQSL_QSL_RCVD='Y'"; } diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 5ccbca95..17d74b34 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -1707,7 +1707,7 @@ class Logbook_model extends CI_Model { } if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) { if ($extrawhere!='') { - $extrawherei.=" OR"; + $extrawhere.=" OR"; } $extrawhere.=" COL_EQSL_QSL_RCVD='Y'"; }