removed code change

This commit is contained in:
Peter Goodhall
2020-03-16 15:28:51 +00:00
parent 8088140669
commit 766ece3e5c

View File

@@ -197,7 +197,7 @@ class VUCC extends CI_Model
$station_id = $this->get_station_id();
$sql = "select distinct upper(substring(col_gridsquare, 1, 4)) gridsquare
from " . $this->config->item('table_name') .
" where col_prop_mode != 'SAT' AND station_id =" . $station_id .
" where station_id =" . $station_id .
" and (LENGTH(col_gridsquare) > 0)";
if ($confirmationMethod == 'both') {