fix sort 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:55:11 +00:00
parent b64c6f6f9f
commit dce744cc05
+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) {