Index: openacs-4/packages/assessment-portlet/www/assessment-portlet-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment-portlet/www/assessment-portlet-postgresql.xql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/assessment-portlet/www/assessment-portlet-postgresql.xql 31 Mar 2005 13:04:58 -0000 1.5 +++ openacs-4/packages/assessment-portlet/www/assessment-portlet-postgresql.xql 31 Mar 2005 14:24:23 -0000 1.6 @@ -18,7 +18,7 @@ and crr.revision_id = cri.latest_revision and cri.parent_id = crf.folder_id and crf.package_id in ([join $list_of_package_ids ", "]) - and (asa.start_time < now() or asa.start_time is null) + and (asa.start_time < current_timestamp or asa.start_time is null) order by package_id, lower(crr.title)