|
|
|
@@ -60,8 +60,8 @@ public class JobReport |
|
|
|
+ "\" launch_record_id=\"" + launchRecordId |
|
|
|
+ "\" " + activityRecordIdParamName + "=\"" + recordId |
|
|
|
+ "\" contact_id=\"" + contactId |
|
|
|
+ "\" recipient_status=\"" + jobStatus + "\" >\r\n"); |
|
|
|
xml.append("<start_time>" + startTime/1000 + "</start_time>\r\n"); |
|
|
|
+ "\" recipient_status=\"" + jobStatus + "\" >"); |
|
|
|
xml.append("<start_time>" + startTime/1000 + "</start_time>"); |
|
|
|
xml = appendSpecificXML(xml); |
|
|
|
if (errorText != null && errorText.length() > 0) |
|
|
|
{ |
|
|
|
|