From 808a558ec89e796f214ffc8f1fb91451ad223525 Mon Sep 17 00:00:00 2001 From: Patrick Donelan Date: Mon, 17 Aug 2009 10:10:48 +0000 Subject: [PATCH] Minor bug fix for ExpireIncompleteSurveyResponses Removed unnecessary sql clause from ExpireIncompleteSurveyResponses workflow activity --- lib/WebGUI/Workflow/Activity/ExpireIncompleteSurveyResponses.pm | 1 - 1 file changed, 1 deletion(-) 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