Index: branches/5.1.x/core/units/forms/submission_log/submission_log_eh.php =================================================================== diff -u -N -r13816 -r13824 --- branches/5.1.x/core/units/forms/submission_log/submission_log_eh.php (.../submission_log_eh.php) (revision 13816) +++ branches/5.1.x/core/units/forms/submission_log/submission_log_eh.php (.../submission_log_eh.php) (revision 13824) @@ -1,6 +1,6 @@ GetDBField('SentStatus'); - if (($sent_status == SUBMISSION_LOG_SENT) && ($sent_status != $object->GetOriginalField('SentStatus'))) { + if (($event->Special != 'merge') && ($sent_status == SUBMISSION_LOG_SENT) && ($sent_status != $object->GetOriginalField('SentStatus'))) { // sent status was set $object->SetDBField('SentOn_date', $now); $object->SetDBField('SentOn_time', $now);