mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
whitespace
This commit is contained in:
parent
b6aad59910
commit
25e0783d6c
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
||||||
global $qnum; //TODO: ugly globals hack for survey_print_*()
|
global $qnum; //TODO: ugly globals hack for survey_print_*()
|
||||||
global $checklist; //TODO: ugly globals hack for survey_print_*()
|
global $checklist; //TODO: ugly globals hack for survey_print_*()
|
||||||
$qnum = 0;
|
$qnum = 0;
|
||||||
$checklist = array();
|
$checklist = array();
|
||||||
foreach ($questionorder as $key => $val) {
|
foreach ($questionorder as $key => $val) {
|
||||||
$question = $questions["$val"];
|
$question = $questions["$val"];
|
||||||
$question->id = $val;
|
$question->id = $val;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue