diff --git a/lib/WebGUI/Workflow/Activity/ExpireIncompleteSurveyResponses.pm b/lib/WebGUI/Workflow/Activity/ExpireIncompleteSurveyResponses.pm index 7d0364d40..36360fb33 100644 --- a/lib/WebGUI/Workflow/Activity/ExpireIncompleteSurveyResponses.pm +++ b/lib/WebGUI/Workflow/Activity/ExpireIncompleteSurveyResponses.pm @@ -113,7 +113,6 @@ where r.isComplete = 0 and s.timeLimit > 0 and ( unix_timestamp() - r.startDate ) > ( s.timeLimit * 60 ) and r.assetId = s.assetId - and s.revisionDate = r.revisionDate and ad.assetId = s.assetId and ad.revisionDate = s.revisionDate and upd.userId = r.userId