Index: openacs-4/packages/assessment/www/session-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/session-postgresql.xql,v diff -u -N -r1.2 -r1.2.8.1 --- openacs-4/packages/assessment/www/session-postgresql.xql 1 Dec 2008 16:57:02 -0000 1.2 +++ openacs-4/packages/assessment/www/session-postgresql.xql 5 Oct 2021 09:51:36 -0000 1.2.8.1 @@ -12,19 +12,4 @@ - - - select max(o.creation_date), s.session_id - from as_sessions s, - acs_objects o, - cr_revisions cr - where s.subject_id=:user_id - and s.assessment_id in (select revision_id from cr_revisions where item_id= :assessment_id) - and o.object_id = cr.item_id - and s.session_id = cr.revision_id - group by assessment_id, subject_id, session_id - limit 1 - - -