Merge pull request #2454 from phl0/fixZeroSlashQslExport
We should export to csv without slashed zero
这个提交包含在:
		
						当前提交
						437409a0e2
					
				
					共有  1 个文件被更改,包括 2 次插入 和 2 次删除
				
			
		|  | @ -114,8 +114,8 @@ class QSLPrint extends CI_Controller { | |||
| 		foreach ($myData->result() as $qso) { | ||||
| 			fputcsv($file, | ||||
| 				array($qso->STATION_CALLSIGN, | ||||
| 				str_replace("0", "Ø", $qso->COL_CALL), | ||||
| 				$qso->COL_QSL_VIA!=""?"Via ".str_replace("0", "Ø", $qso->COL_QSL_VIA):"", | ||||
| 				$qso->COL_CALL, | ||||
| 				$qso->COL_QSL_VIA!=""?"via ".$qso->COL_QSL_VIA:"", | ||||
| 				$qso->COL_TIME_ON, | ||||
| 				$qso->COL_MODE, | ||||
| 				$qso->COL_FREQ, | ||||
|  |  | |||
		正在加载…
	
		在新工单中引用