Index: openacs-4/packages/survey/www/admin/respondents.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/respondents.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/survey/www/admin/respondents.tcl 7 Aug 2017 23:48:29 -0000 1.12 +++ openacs-4/packages/survey/www/admin/respondents.tcl 3 Sep 2024 15:37:54 -0000 1.13 @@ -23,7 +23,7 @@ # the entire group. -get_survey_info -survey_id $survey_id +survey::get_info -survey_id $survey_id set survey_name $survey_info(name) set doc(title) [_ survey.Respondents] @@ -59,3 +59,9 @@ } ad_return_template + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: