Index: openacs-4/contrib/packages/survey/www/admin/one-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/survey/www/admin/Attic/one-postgresql.xql,v diff -u -r1.1 -r1.1.4.1 --- openacs-4/contrib/packages/survey/www/admin/one-postgresql.xql 19 Sep 2003 16:48:04 -0000 1.1 +++ openacs-4/contrib/packages/survey/www/admin/one-postgresql.xql 2 Sep 2004 15:17:48 -0000 1.1.4.1 @@ -6,7 +6,8 @@ select s.name as name, question_id, question_text, presentation_type, sort_order, active_p, required_p, - s.section_id as section_id, branch_p + s.section_id as section_id, branch_p, q.pretty_id as + question_pretty_id, s.pretty_id as section_pretty_id from survey_questions q right outer join survey_sections s on (q.section_id = s.section_id) where survey_id=:survey_id