Index: openacs-4/packages/survey/www/admin/question-add-3-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/question-add-3-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/survey/www/admin/question-add-3-postgresql.xql 16 Sep 2002 00:00:24 -0000 1.1 +++ openacs-4/packages/survey/www/admin/question-add-3-postgresql.xql 24 Sep 2002 02:22:25 -0000 1.2 @@ -31,5 +31,10 @@ - + + + select case when count(*) = 0 then 0 else 1 end from survey_questions where question_id = :question_id + + +