MDL-9666 Merged from 1.9 and HEAD

This commit is contained in:
danmarsden
2008-03-11 23:44:17 +00:00
parent 0425032153
commit ec8d4ea9cd
+4
View File
@@ -440,6 +440,10 @@ function choice_show_results($choice, $course, $cm, $forcepublish='') {
echo get_string("limit", "choice").":";
$choice_option = get_record("choice_options", "id", $optionid);
echo $choice_option->maxanswers;
} else {
if (isset($columncount[$optionid])) {
echo $columncount[$optionid];
}
}
echo "</td>";
$count++;