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.14 -r1.15 --- openacs-4/packages/evaluation/tcl/evaluation-procs-postgresql.xql 13 Aug 2004 17:09:54 -0000 1.14 +++ openacs-4/packages/evaluation/tcl/evaluation-procs-postgresql.xql 25 Aug 2004 18:17:37 -0000 1.15 @@ -89,7 +89,7 @@ - select coalesce((select evaluation__new_item ( + select evaluation__new_item ( :item_id, --item_id :item_name, null, --locale @@ -105,8 +105,7 @@ :storage_type, --storage_type 'content_item', -- item_subtype 'evaluation_tasks' -- content_type - ) - where not exists (select 1 from cr_items where item_id = :item_id)),0) + ); @@ -344,7 +343,7 @@ :storage_type, --storage_type 'content_item', -- item_subtype 'evaluation_student_evals' -- content_type - ) where not exists (select 1 from cr_items where item_id = :item_id); + );