stable

Clone or download

Read-only

request #7872: Escape all SQL queries parameters in survey service

Change-Id: If2484cd47eb24f13d18640f18159bfd448f562ad

Modified Files

Name
M src/common/widget/Widget_MySurveys.class.php +2 −2 Go to diff View file
M src/www/survey/admin/add_survey.php +1 −1 Go to diff View file
M src/www/survey/admin/browse_question.php +1 −1 Go to diff View file
M src/www/survey/admin/browse_survey.php +1 −1 Go to diff View file
M src/www/survey/admin/confirm_update.php +2 −2 Go to diff View file
M src/www/survey/admin/edit_question.php +2 −2 Go to diff View file
M src/www/survey/admin/show_questions.php +1 −1 Go to diff View file
M src/www/survey/admin/show_results.php +1 −1 Go to diff View file
M src/www/survey/admin/show_results_aggregate.php +26 −25 Go to diff View file
M src/www/survey/admin/show_results_comments.php +3 −3 Go to diff View file
M src/www/survey/admin/show_results_csv.php +5 −5 Go to diff View file
M src/www/survey/admin/show_results_individual.php +4 −4 Go to diff View file
M src/www/survey/admin/update_question.php +4 −4 Go to diff View file
M src/www/survey/admin/update_radio.php +2 −2 Go to diff View file
M src/www/survey/admin/update_survey.php +2 −2 Go to diff View file
M src/www/survey/index.php +1 −1 Go to diff View file
M src/www/survey/rating_resp.php +2 −2 Go to diff View file
M src/www/survey/survey.php +1 −1 Go to diff View file
M src/www/survey/survey_data.php +16 −15 Go to diff View file
M src/www/survey/survey_resp.php +5 −3 Go to diff View file
M src/www/survey/survey_utils.php +8 −7 Go to diff View file