Index: openacs-4/packages/survey/www/process-response.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/process-response.tcl,v diff -u -N -r1.17.2.1 -r1.17.2.2 --- openacs-4/packages/survey/www/process-response.tcl 12 Apr 2019 21:30:24 -0000 1.17.2.1 +++ openacs-4/packages/survey/www/process-response.tcl 17 Dec 2019 16:28:44 -0000 1.17.2.2 @@ -143,7 +143,7 @@ set user_id [ad_conn user_id] -get_survey_info -survey_id $survey_id +survey::get_info -survey_id $survey_id set type $survey_info(type) set survey_id $survey_info(survey_id) set survey_name $survey_info(name) @@ -285,7 +285,7 @@ } } -survey_do_notifications -response_id $response_id +survey::do_notifications -response_id $response_id }