Update Clublog.php
这个提交包含在:
		
							父节点
							
								
									bd8cbd5616
								
							
						
					
					
						当前提交
						7f18ffcabf
					
				
					共有  1 个文件被更改,包括 57 次插入 和 55 次删除
				
			
		|  | @ -43,6 +43,7 @@ class Clublog extends CI_Controller { | ||||||
| 				if($station_row->qso_total > 0) { | 				if($station_row->qso_total > 0) { | ||||||
| 					$data['qsos'] = $this->logbook_model->get_clublog_qsos($station_row->station_id); | 					$data['qsos'] = $this->logbook_model->get_clublog_qsos($station_row->station_id); | ||||||
| 
 | 
 | ||||||
|  | 					if($data['qsos']->num_rows()){ | ||||||
| 						$string = $this->load->view('adif/data/clublog', $data, TRUE); | 						$string = $this->load->view('adif/data/clublog', $data, TRUE); | ||||||
| 
 | 
 | ||||||
| 						$ranid = uniqid(); | 						$ranid = uniqid(); | ||||||
|  | @ -102,14 +103,15 @@ class Clublog extends CI_Controller { | ||||||
| 							} else { | 							} else { | ||||||
| 								echo "Error ".$response; | 								echo "Error ".$response; | ||||||
| 							} | 							} | ||||||
|  | 						} | ||||||
| 
 | 
 | ||||||
| 					} |  | ||||||
| 				} |  | ||||||
| 			} |  | ||||||
| 					} else { | 					} else { | ||||||
| 							echo "Nothing awaiting upload to clublog"; | 							echo "Nothing awaiting upload to clublog"; | ||||||
| 					} | 					} | ||||||
| 				} | 				} | ||||||
|  | 			} | ||||||
|  | 		} | ||||||
|  | 	} | ||||||
| 
 | 
 | ||||||
| 	function markqso($station_id) { | 	function markqso($station_id) { | ||||||
| 		$this->load->model('clublog_model'); | 		$this->load->model('clublog_model'); | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用