Index: openacs-4/packages/evaluation-portlet/lib/tasks-chunk-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/lib/tasks-chunk-postgresql.xql,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/evaluation-portlet/lib/tasks-chunk-postgresql.xql 11 Aug 2004 00:50:39 -0000 1.7
+++ openacs-4/packages/evaluation-portlet/lib/tasks-chunk-postgresql.xql 12 Aug 2004 17:46:42 -0000 1.8
@@ -41,6 +41,7 @@
et.data as task_data,
et.task_id as revision_id,
coalesce(cr.content_length,0) as content_length,
+ et.late_submit_p,
ea.answer_id as answer_id
from cr_revisions cr,
evaluation_tasksi et left outer join evaluation_answersi ea on (ea.task_item_id = et.task_item_id and content_revision__is_live(ea.answer_id) = true
@@ -53,6 +54,14 @@
+
+
+
+ select 1 from dual where :due_date > now()
+
+
+
+