Index: openacs-4/contrib/packages/survey/www/admin/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/survey/www/admin/Attic/one.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/contrib/packages/survey/www/admin/one.tcl 18 Mar 2005 02:28:02 -0000 1.5 +++ openacs-4/contrib/packages/survey/www/admin/one.tcl 23 Mar 2005 22:23:40 -0000 1.6 @@ -61,7 +61,7 @@ # Questions summary. # We need to get the questions for ALL sections. -set context "$survey_info(name)" +set context $survey_info(name_unquoted) # form for response upload ad_form -name import_responses -action import-responses -html {enctype multipart/form-data} -form { @@ -80,7 +80,7 @@ set notification_chunk [notification::display::request_widget \ -type survey_response_notif \ -object_id $survey_id \ - -pretty_name $survey_info(name) \ + -pretty_name $survey_info(name_unquoted) \ -url [ad_conn url]?survey_id=$survey_id \ ] @@ -92,7 +92,7 @@ db_multirow -extend {question_display branch_text} sections survey_questions "" { if {$section_id != $last_section_id} { get_section_info -section_id $section_id - template::form::section admin_survey $section_info(name) + template::form::section admin_survey $section_info(name_unquoted) if {$branch_p == "t"} { if {[db_0or1row branchquestion ""]} { if {$abstract_data_type == "boolean"} {