From 25e0783d6c6a57712a421e8808b2a235d9a31c2e Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sat, 18 Sep 2010 13:58:05 +0000 Subject: [PATCH] whitespace --- mod/survey/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/survey/view.php b/mod/survey/view.php index b75fab6dba5..2c44687e3a5 100644 --- 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; -- 2.43.0