Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6aad59
)
whitespace
author
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 13:58:05 +0000
(13:58 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 13:58:05 +0000
(13:58 +0000)
mod/survey/view.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/survey/view.php
b/mod/survey/view.php
index
b75fab6
..
2c44687
100644
(file)
--- a/
mod/survey/view.php
+++ b/
mod/survey/view.php
@@
-149,7
+149,7
@@
global $qnum; //TODO: ugly globals hack for survey_print_*()
global $checklist; //TODO: ugly globals hack for survey_print_*()
$qnum = 0;
- $checklist = array();
+ $checklist = array();
foreach ($questionorder as $key => $val) {
$question = $questions["$val"];
$question->id = $val;