Index: openacs-4/packages/survey/www/admin/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/one.tcl,v diff -u -N -r1.13.2.1 -r1.13.2.2 --- openacs-4/packages/survey/www/admin/one.tcl 17 Dec 2019 16:28:44 -0000 1.13.2.1 +++ openacs-4/packages/survey/www/admin/one.tcl 9 Feb 2020 16:10:31 -0000 1.13.2.2 @@ -26,17 +26,17 @@ ad_script_abort } -if {$survey_info(description_html_p) == "f"} { - set survey_info(description) [ad_text_to_html -- $survey_info(description)] +if {$survey_info(description_html_p) == "f"} { + set survey_info(description) [ad_text_to_html -- $survey_info(description)] } # get users and # who responded etc... if {[apm_package_installed_p dotlrn]} { set community_id [dotlrn_community::get_community_id_from_url] - set n_eligible [db_string n_eligible { - select count(*) from dotlrn_member_rels_full - where rel_type='dotlrn_member_rel' - and community_id=:community_id}] + set n_eligible [db_string n_eligible { + select count(*) from dotlrn_member_rels_full + where rel_type='dotlrn_member_rel' + and community_id=:community_id}] } set return_html "" @@ -65,7 +65,7 @@ set survey_display_types [survey::display_types] -# Questions summary. +# Questions summary. # We need to get the questions for ALL sections. set context [list $survey_info(name)] @@ -93,3 +93,9 @@ ] ad_return_template + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: