diff --git a/mod/quiz/edit.php b/mod/quiz/edit.php
index efaf0bdb132..db22db5d9e4 100644
--- a/mod/quiz/edit.php
+++ b/mod/quiz/edit.php
@@ -426,8 +426,7 @@ echo '
';
echo '
';
$questionbank->display('editq',
$pagevars['qpage'],
- $pagevars['qperpage'], $pagevars['qsortorder'],
- $pagevars['qsortorderdecoded'],
+ $pagevars['qperpage'],
$pagevars['cat'], $pagevars['recurse'], $pagevars['showhidden'],
$pagevars['showquestiontext']);
echo '
';
diff --git a/mod/quiz/editlib.php b/mod/quiz/editlib.php
index f93d9c0ef5a..c93d47143cf 100644
--- a/mod/quiz/editlib.php
+++ b/mod/quiz/editlib.php
@@ -1065,8 +1065,8 @@ class quiz_question_bank_view extends question_bank_view {
return new moodle_url('/mod/quiz/edit.php', $params);
}
- public function display($tabname, $page, $perpage, $sortorder,
- $sortorderdecoded, $cat, $recurse, $showhidden, $showquestiontext) {
+ public function display($tabname, $page, $perpage, $cat,
+ $recurse, $showhidden, $showquestiontext) {
global $OUTPUT;
if ($this->process_actions_needing_ui()) {
return;
@@ -1084,8 +1084,9 @@ class quiz_question_bank_view extends question_bank_view {
$this->baseurl, $cat);
// continues with list of questions
- $this->display_question_list($this->contexts->having_one_edit_tab_cap($tabname), $this->baseurl, $cat, $this->cm,
- $recurse, $page, $perpage, $showhidden, $sortorder, $sortorderdecoded, $showquestiontext,
+ $this->display_question_list($this->contexts->having_one_edit_tab_cap($tabname),
+ $this->baseurl, $cat, $this->cm, $recurse, $page,
+ $perpage, $showhidden, $showquestiontext,
$this->contexts->having_cap('moodle/question:add'));
$this->display_options($recurse, $showhidden, $showquestiontext);
diff --git a/question/edit.php b/question/edit.php
index b7e4181a144..fe948d2894f 100644
--- a/question/edit.php
+++ b/question/edit.php
@@ -71,10 +71,9 @@
echo $OUTPUT->header();
echo '
';
- $questionbank->display('questions', $pagevars['qpage'],
- $pagevars['qperpage'], $pagevars['qsortorder'], $pagevars['qsortorderdecoded'],
- $pagevars['cat'], $pagevars['recurse'], $pagevars['showhidden'], $pagevars['showquestiontext']);
+ $questionbank->display('questions', $pagevars['qpage'], $pagevars['qperpage'],
+ $pagevars['cat'], $pagevars['recurse'], $pagevars['showhidden'],
+ $pagevars['showquestiontext']);
echo "
\n";
echo $OUTPUT->footer();
-
diff --git a/question/editlib.php b/question/editlib.php
index 865cbb6b7cd..afcfa388733 100644
--- a/question/editlib.php
+++ b/question/editlib.php
@@ -155,7 +155,6 @@ abstract class question_bank_column_base {
/**
* Output the column header cell.
- * @param integer $currentsort 0 for none. 1 for normal sort, -1 for reverse sort.
*/
public function display_header() {
echo '