当前提交
						f3e7c9079f
					
				
					共有  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('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);
 | 
			
		||||
        if ($band != 'All') {
 | 
			
		||||
            if ($band == 'SAT') {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -102,7 +102,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
 | 
			
		|||
            <td>
 | 
			
		||||
                <a id="edit_qso" href="javascript:displayQso(<?php echo $row->COL_PRIMARY_KEY; ?>)"><?php echo str_replace("0","Ø",strtoupper($row->COL_CALL)); ?></a>
 | 
			
		||||
                <?php
 | 
			
		||||
                   if ($row->lastupload) {
 | 
			
		||||
                   if (isset($row->lastupload) && ($row->lastupload)) {
 | 
			
		||||
                       $lotw_hint = '';
 | 
			
		||||
                       $diff = (time() - strtotime($row->lastupload)) / 86400;
 | 
			
		||||
                       if ($diff > 365) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		正在加载…
	
		在新工单中引用