Merge branch 'wip-mdl-36351' of git://github.com/rajeshtaneja/moodle

This commit is contained in:
Sam Hemelryk
2012-11-20 11:51:13 +13:00
+1
View File
@@ -800,6 +800,7 @@ class core_calendar_renderer extends plugin_renderer_base {
if ($k == $subscription->pollinterval) {
$attributes['selected'] = 'selected';
}
$attributes['value'] = $k;
$html .= html_writer::tag('option', $v, $attributes);
}
$html .= html_writer::end_tag('select');