[OQRS] Fix identifying of SAT OQRS QSO

这个提交包含在:
Andreas 2022-12-22 21:04:03 +01:00
父节点 7a78c743ce
当前提交 723070cf30

查看文件

@ -153,7 +153,7 @@ class Oqrs_model extends CI_Model {
function check_oqrs($qsodata) {
$sql = 'select * from ' . $this->config->item('table_name') .
' where col_band = \'' . $qsodata['band'] . '\'
' where (col_band = \'' . $qsodata['band'] . '\' or col_prop_mode = \'' . $qsodata['band'] . '\')
and col_call = \'' . $qsodata['requestcallsign'] . '\'
and date(col_time_on) = \'' . $qsodata['date'] . '\'
and (col_mode = \'' . $qsodata['mode'] . '\'