Issue where CQ zone index errored
这个提交包含在:
		
							父节点
							
								
									3f464c5499
								
							
						
					
					
						当前提交
						faf2d4156e
					
				
					共有  1 个文件被更改,包括 8 次插入 和 1 次删除
				
			
		|  | @ -874,6 +874,13 @@ class Logbook_model extends CI_Model { | ||||||
|                 } |                 } | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|  |         if(isset($record['CQZ'])) { | ||||||
|  |           $cq_zone = $record['CQZ']; | ||||||
|  |         } elseif(isset($dxcc[2])) { | ||||||
|  |           $cq_zone = $dxcc[2]; | ||||||
|  |         } else { | ||||||
|  |           $cq_zone = ""; | ||||||
|  |         } | ||||||
| 
 | 
 | ||||||
|         $this->db->where('COL_CALL', $record['call']); |         $this->db->where('COL_CALL', $record['call']); | ||||||
|         $this->db->where('COL_TIME_ON', $time_on); |         $this->db->where('COL_TIME_ON', $time_on); | ||||||
|  | @ -909,7 +916,7 @@ class Logbook_model extends CI_Model { | ||||||
|                 'COL_CONTEST_ID' => (!empty($record['contest_id'])) ? $record['contest_id'] : '', |                 'COL_CONTEST_ID' => (!empty($record['contest_id'])) ? $record['contest_id'] : '', | ||||||
|                 'COL_COUNTRY' => (!empty($record['country'])) ? $record['country'] : '', |                 'COL_COUNTRY' => (!empty($record['country'])) ? $record['country'] : '', | ||||||
|                 'COL_COUNTRY_INTL' => (!empty($record['country_intl'])) ? $record['country_intl'] : '', |                 'COL_COUNTRY_INTL' => (!empty($record['country_intl'])) ? $record['country_intl'] : '', | ||||||
|                 'COL_CQZ' => $dxcc[2], |                 'COL_CQZ' => $cq_zone, | ||||||
|                 'COL_CREDIT_GRANTED' => (!empty($record['credit_granted'])) ? $record['credit_granted'] : '', |                 'COL_CREDIT_GRANTED' => (!empty($record['credit_granted'])) ? $record['credit_granted'] : '', | ||||||
|                 'COL_CREDIT_SUBMITTED' => (!empty($record['credit_submitted'])) ? $record['credit_submitted'] : '', |                 'COL_CREDIT_SUBMITTED' => (!empty($record['credit_submitted'])) ? $record['credit_submitted'] : '', | ||||||
|                 'COL_DARC_DOK' => (!empty($record['darc_dok'])) ? $record['darc_dok'] : '', |                 'COL_DARC_DOK' => (!empty($record['darc_dok'])) ? $record['darc_dok'] : '', | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用