Index: openacs-4/packages/survey/www/process-response-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/process-response-postgresql.xql,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/survey/www/process-response-postgresql.xql 16 Sep 2002 00:00:23 -0000 1.1 +++ openacs-4/packages/survey/www/process-response-postgresql.xql 26 Oct 2002 19:06:57 -0000 1.1.2.1 @@ -24,7 +24,7 @@ insert into survey_question_responses (response_id, question_id, clob_answer) values - (:response_id, :question_id, :clob_answer) + (:response_id, :question_id, :response_value)