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'"; }