Index: openacs-4/packages/evaluation/tcl/evaluation-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/evaluation-procs-postgresql.xql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/evaluation/tcl/evaluation-procs-postgresql.xql 19 May 2004 17:33:08 -0000 1.3 +++ openacs-4/packages/evaluation/tcl/evaluation-procs-postgresql.xql 31 May 2004 17:04:57 -0000 1.4 @@ -33,7 +33,6 @@ :item_id, :revision_id, :name, - -1, -- class_id temporal :weight, 'evaluation_grades', now(), --creation date @@ -90,7 +89,6 @@ :revision_id, :name, :number_of_members, - :grade_id, -- class_id temporal :description, :weight, :due_date, @@ -462,7 +460,6 @@ :exams_item_id, :exams_revision_id, 'Exams', - -1, -- class_id temporal 40, 'evaluation_grades', now(), --creation date @@ -510,6 +507,28 @@ + + + + select evaluation__new_grade ( + :projects_item_id, + :projects_revision_id, + 'Projects', + 20, + 'evaluation_grades', + now(), --creation date + :creation_user, + :creation_ip, + :projects_revision_name, + 'Projects for students', + now(), --publish date + null, --nls_language + 'text/plain' --mime_type + ); + + + + @@ -550,7 +569,6 @@ :tasks_item_id, :tasks_revision_id, 'Tasks', - -1, -- class_id temporal 40, 'evaluation_grades', now(), --creation date