mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Removed SAT qsos when viewing qsos with a gridsquare, and band is not SAT
This commit is contained in:
parent
453de173bf
commit
efdaf6284f
1 changed files with 2 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ class Logbook_model extends CI_Model {
|
|||
if ($band == 'SAT') {
|
||||
$sql .= " and col_prop_mode ='" . $band . "'";
|
||||
} else {
|
||||
$sql .= " and col_prop_mode !='SAT'";
|
||||
$sql .= " and col_band ='" . $band . "'";
|
||||
}
|
||||
}
|
||||
|
|
@ -212,6 +213,7 @@ class Logbook_model extends CI_Model {
|
|||
if ($band == 'SAT') {
|
||||
$sql .= " and col_prop_mode ='" . $band . "'";
|
||||
} else {
|
||||
$sql .= " and col_prop_mode !='SAT'";
|
||||
$sql .= " and col_band ='" . $band . "'";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue