Index: openacs-4/contrib/packages/survey/www/admin/predefined-question-2.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/survey/www/admin/Attic/predefined-question-2.xql,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/survey/www/admin/predefined-question-2.xql 19 Sep 2003 16:48:04 -0000 1.1 +++ openacs-4/contrib/packages/survey/www/admin/predefined-question-2.xql 23 Oct 2003 06:22:26 -0000 1.2 @@ -34,21 +34,6 @@ - - - insert into - survey_question_choices(choice_id,predef_choice_id,question_id,label,numeric_value,sort_order,presentation_alignment,more_info_type) - (select - :new_choice,choice_id,:question_id,label,numeric_value,sort_order,presentation_alignment,more_info_type - from survey_predef_question_choices where question_id=:predefined_question_id) - - - - - - - - select distinct survey_question_all_choices(question_id) as