whitespace

This commit is contained in:
Petr Skoda 2010-09-18 13:58:05 +00:00
parent b6aad59910
commit 25e0783d6c

View file

@ -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;