mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
testing removing sat numbers from 2/70 numbers
This commit is contained in:
@@ -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 station_id =" . $station_id .
|
||||
" where col_prop_mode != 'SAT' AND station_id =" . $station_id .
|
||||
" and (LENGTH(col_gridsquare) > 0)";
|
||||
|
||||
if ($confirmationMethod == 'both') {
|
||||
|
||||
Reference in New Issue
Block a user