Index: openacs-4/packages/simple-survey/www/admin/responses.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simple-survey/www/admin/responses.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/simple-survey/www/admin/responses.xql 15 Jun 2001 01:06:40 -0000 1.1 +++ openacs-4/packages/simple-survey/www/admin/responses.xql 20 Mar 2002 19:48:04 -0000 1.2 @@ -22,7 +22,7 @@ -select count(*) as n_responses, (case when boolean_answer = 't' then 'True' when boolean_answer = 'f' then 'False') as boolean_answer +select count(*) as n_responses, (case when boolean_answer = 't' then 'True' when boolean_answer = 'f' then 'False' end) as boolean_answer from $question_responses_table where question_id = :question_id group by boolean_answer