Index: openacs-4/packages/evaluation/www/admin/evaluations/evaluations-edit-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/evaluations/evaluations-edit-postgresql.xql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/evaluation/www/admin/evaluations/evaluations-edit-postgresql.xql 12 Aug 2004 17:46:42 -0000 1.4 +++ openacs-4/packages/evaluation/www/admin/evaluations/evaluations-edit-postgresql.xql 10 Sep 2004 19:16:31 -0000 1.5 @@ -8,7 +8,7 @@ select evaluation__party_name(ese.party_id,et.task_id) as party_name, ese.party_id, - ese.grade, + round(ese.grade,2) as grade, ese.last_modified as evaluation_date, et.online_p, et.due_date,