fix sorting order of questions in legend, which caused mismatch between question numbers used in Detailed Statistics report and those used in the legend

This commit is contained in:
gbateson
2006-11-18 08:52:14 +00:00
parent a2f89145fd
commit 7cdd2a596f
+1 -1
View File
@@ -93,7 +93,7 @@ class hotpot_default_report {
$legend->stat = array();
// put the questions in order
sort($table->legend);
ksort($table->legend);
foreach($table->legend as $q=>$question) {