kopia lustrzana https://github.com/magicbug/Cloudlog
Merge pull request #753 from ryandzink/timeplotter_sat_mode_fixup
Timeplotter satellite mode correctionpull/762/head
commit
107dab73f6
|
@ -71,7 +71,7 @@ class Timeplotter_model extends CI_Model
|
|||
$this->db->select('time(col_time_on) time, col_call as callsign');
|
||||
|
||||
if ($postdata['band'] != 'All') {
|
||||
if ($postdata['band'] == 'sat') {
|
||||
if ($postdata['band'] == 'SAT') {
|
||||
$this->db->where('col_prop_mode', $postdata['band']);
|
||||
}
|
||||
else {
|
||||
|
|
Ładowanie…
Reference in New Issue