question bank: MDL-19826 Error when deleting a lot of questions
We were stupidly putting the list of questionids in the URL, even though this was a post forum.
This commit is contained in:
@@ -567,9 +567,12 @@ function question_showbank($tabname, $contexts, $pageurl, $cm, $page, $perpage,
|
||||
if ($inuse) {
|
||||
$questionnames .= '<br />'.get_string('questionsinuse', 'quiz');
|
||||
}
|
||||
$pageurl->remove_params('sesskey');
|
||||
notice_yesno(get_string("deletequestionscheck", "quiz", $questionnames),
|
||||
$pageurl->out_action(array('deleteselected'=>$questionlist, 'confirm'=>md5($questionlist))),
|
||||
$pageurl->out_action());
|
||||
$pageurl->out_action(),
|
||||
$pageurl->out(false),
|
||||
array('deleteselected'=>$questionlist, 'confirm'=>md5($questionlist)),
|
||||
$pageurl->params(), 'post', 'get');
|
||||
|
||||
echo '</td></tr>';
|
||||
echo '</table>';
|
||||
|
||||
Reference in New Issue
Block a user