Index: openacs-4/packages/survey/sql/postgresql/survey-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/sql/postgresql/survey-create.sql,v diff -u -r1.2.2.9 -r1.2.2.10 --- openacs-4/packages/survey/sql/postgresql/survey-create.sql 12 Jun 2003 02:56:56 -0000 1.2.2.9 +++ openacs-4/packages/survey/sql/postgresql/survey-create.sql 12 Jun 2003 03:03:54 -0000 1.2.2.10 @@ -555,7 +555,7 @@ survey_responses s where object_id = coalesce(s.initial_response_id, s.response_id) - and s.response_id = p_response_id + and s.response_id = p_response_id; return v_user_id; end;' language 'plpgsql';