Merge remote-tracking branch 'upstream/dev' into bootstrap_5
这个提交包含在:
		
						当前提交
						17f39639be
					
				
					共有  2 个文件被更改,包括 2 次插入 和 1 次删除
				
			
		|  | @ -500,6 +500,7 @@ class Logbook_model extends CI_Model { | ||||||
| 
 | 
 | ||||||
|       $this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id'); |       $this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id'); | ||||||
|       $this->db->join('dxcc_entities', 'dxcc_entities.adif = '.$this->config->item('table_name').'.COL_DXCC', 'left outer'); |       $this->db->join('dxcc_entities', 'dxcc_entities.adif = '.$this->config->item('table_name').'.COL_DXCC', 'left outer'); | ||||||
|  |       $this->db->join('lotw_users', 'lotw_users.callsign = '.$this->config->item('table_name').'.col_call', 'left outer'); | ||||||
|         $this->db->where('COL_CALL', $call); |         $this->db->where('COL_CALL', $call); | ||||||
|         if ($band != 'All') { |         if ($band != 'All') { | ||||||
|             if ($band == 'SAT') { |             if ($band == 'SAT') { | ||||||
|  |  | ||||||
|  | @ -102,7 +102,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) { | ||||||
|             <td> |             <td> | ||||||
|                 <a id="edit_qso" href="javascript:displayQso(<?php echo $row->COL_PRIMARY_KEY; ?>)"><?php echo str_replace("0","Ø",strtoupper($row->COL_CALL)); ?></a>
 |                 <a id="edit_qso" href="javascript:displayQso(<?php echo $row->COL_PRIMARY_KEY; ?>)"><?php echo str_replace("0","Ø",strtoupper($row->COL_CALL)); ?></a>
 | ||||||
|                 <?php |                 <?php | ||||||
|                    if ($row->lastupload) { |                    if (isset($row->lastupload) && ($row->lastupload)) { | ||||||
|                        $lotw_hint = ''; |                        $lotw_hint = ''; | ||||||
|                        $diff = (time() - strtotime($row->lastupload)) / 86400; |                        $diff = (time() - strtotime($row->lastupload)) / 86400; | ||||||
|                        if ($diff > 365) { |                        if ($diff > 365) { | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用