Index: openacs-4/packages/survey/www/admin/respond-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/respond-postgresql.xql,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/survey/www/admin/respond-postgresql.xql 11 Oct 2004 20:35:19 -0000 1.1.2.1 +++ openacs-4/packages/survey/www/admin/respond-postgresql.xql 11 Oct 2004 20:39:02 -0000 1.1.2.2 @@ -10,5 +10,13 @@ + + + + select count(*) from survey_responses + where survey_id=:survey_id + and survey_response__initial_user_id(response_id)=:user_id + +