MDL-19756 Removed TODO for choose_from_radio

This commit is contained in:
nicolasconnault
2009-08-06 00:07:43 +00:00
parent bc2e0484a3
commit 19be3ad085
-2
View File
@@ -3144,8 +3144,6 @@ class moodle_core_renderer extends moodle_renderer_base {
return $this->output_tag('label', array('for' => $label->for, 'class' => $label->get_classes_string()), $label->text);
}
// TODO choose_from_radio
/**
* Output an error message. By default wraps the error message in <span class="error">.
* If the error message is blank, nothing is output.