Index: openacs-4/packages/survey/tcl/survey-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/tcl/survey-procs-postgresql.xql,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/survey/tcl/survey-procs-postgresql.xql 23 Oct 2002 19:30:54 -0000 1.2.2.1 +++ openacs-4/packages/survey/tcl/survey-procs-postgresql.xql 26 Oct 2002 12:45:00 -0000 1.2.2.2 @@ -5,8 +5,7 @@ - begin - PERFORM survey_question__new ( + SELECT survey_question__new ( NULL, :section_id, :new_sort_order, @@ -20,7 +19,6 @@ :user_id, :section_id ); - end;