parent
							
								
									4d86931605
								
							
						
					
					
						commit
						2fc6faf831
					
				|  | @ -479,7 +479,7 @@ namespace Guru.Editor | |||
|                 arr = GetStringArray(line, 0, 7); | ||||
|                 if(string.IsNullOrEmpty(arr[5])) arr[5] = "Store"; | ||||
|                 if(string.IsNullOrEmpty(arr[6])) arr[6] = "0"; | ||||
|                 iaps.Add(string.Join("," , arr)); | ||||
|                 iaps.Add(string.Join(",", arr).Replace("\r", "")); | ||||
|                 index++; | ||||
|             } | ||||
|             settings.products = iaps.ToArray(); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue