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 -N -r1.2 -r1.3 --- openacs-4/packages/survey/tcl/survey-procs-postgresql.xql 25 Sep 2002 00:43:40 -0000 1.2 +++ openacs-4/packages/survey/tcl/survey-procs-postgresql.xql 31 Oct 2002 13:34:49 -0000 1.3 @@ -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;