Skip to content

Commit

Permalink
Merge branch 'MDL-30379' of git://github.com/rwijaya/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Nov 28, 2011
2 parents 900d5fd + ea4721f commit 3625e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/survey/report.php
Expand Up @@ -35,7 +35,7 @@
$notes = optional_param('notes', '', PARAM_RAW); // Save teachers notes $notes = optional_param('notes', '', PARAM_RAW); // Save teachers notes


$qids = explode(',', $qid); $qids = explode(',', $qid);
$qids = clean_param($qids, PARAM_INT); $qids = clean_param_array($qids, PARAM_INT);
$qid = implode (',', $qids); $qid = implode (',', $qids);


if (! $cm = get_coursemodule_from_id('survey', $id)) { if (! $cm = get_coursemodule_from_id('survey', $id)) {
Expand Down

0 comments on commit 3625e90

Please sign in to comment.