mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Same with WAP and H26
This commit is contained in:
@@ -132,7 +132,7 @@ class helvetia_model extends CI_Model {
|
||||
} else {
|
||||
$sql .= " and thcv.col_prop_mode !='SAT'";
|
||||
$sql .= " and thcv.col_band = ?";
|
||||
$binding[] = $band;
|
||||
$binding[] = $band;
|
||||
}
|
||||
|
||||
if ($postdata['mode'] != 'All') {
|
||||
@@ -256,7 +256,7 @@ class helvetia_model extends CI_Model {
|
||||
|
||||
function addStateToQuery() {
|
||||
$sql = '';
|
||||
$sql .= " and COL_DXCC = 287";
|
||||
$sql .= " and COL_DXCC in ('287')";
|
||||
$sql .= " and COL_STATE in ('AG','AI','AR','BE','BL','BS','FR','GE','GL','GR','JU','LU','NE','NW','OW','SG','SH','SO','SZ','TG','TI','UR','VD','VS','ZG','ZH')";
|
||||
return $sql;
|
||||
}
|
||||
|
||||
@@ -259,7 +259,7 @@ class wap extends CI_Model {
|
||||
|
||||
function addStateToQuery() {
|
||||
$sql = '';
|
||||
$sql .= " and COL_DXCC = 263";
|
||||
$sql .= " and COL_DXCC in ('263')";
|
||||
$sql .= " and COL_STATE in ('DR','FL','FR','GD','GR','LB','NB','NH','OV','UT','ZH','ZL')";
|
||||
|
||||
return $sql;
|
||||
|
||||
Reference in New Issue
Block a user