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.2 --- 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 23 Nov 2002 05:18:14 -0000 1.2 @@ -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)