US County added to the signing if available
这个提交包含在:
		
							父节点
							
								
									793ce241ad
								
							
						
					
					
						当前提交
						b128f50cb2
					
				
					共有  1 个文件被更改,包括 4 次插入 和 0 次删除
				
			
		| 
						 | 
					@ -80,6 +80,10 @@ if($station_profile->station_itu) {
 | 
				
			||||||
	$sign_string .= $station_profile->station_itu;
 | 
						$sign_string .= $station_profile->station_itu;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if($station_profile->station_cnty != "" && $station_profile->station_country = "UNITED STATES OF AMERICA") {
 | 
				
			||||||
 | 
						$sign_string .= strtoupper($station_profile->station_cnty);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if($station_profile->state != "" && $station_profile->station_country = "UNITED STATES OF AMERICA") {
 | 
					if($station_profile->state != "" && $station_profile->station_country = "UNITED STATES OF AMERICA") {
 | 
				
			||||||
	$sign_string .= strtoupper($station_profile->state);
 | 
						$sign_string .= strtoupper($station_profile->state);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		正在加载…
	
		在新工单中引用