mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-21780 removing a DO NO COMMIT echo ;)
This commit is contained in:
parent
462774f156
commit
78e5300ded
1 changed files with 0 additions and 1 deletions
|
@ -395,7 +395,6 @@ function quiz_print_question_list($quiz, $pageurl, $allowdelete = true,
|
|||
$pageopen = false;
|
||||
|
||||
$returnurl = $pageurl->out($returnurl);
|
||||
echo '<pre>'; var_dump($returnurl); echo '</pre>'; // DONOTCOMMIT
|
||||
$questiontotalcount = count($order);
|
||||
|
||||
foreach ($order as $i => $qnum) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue