]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19756 Removed TODO for choose_from_radio
authornicolasconnault <nicolasconnault>
Thu, 6 Aug 2009 00:07:43 +0000 (00:07 +0000)
committernicolasconnault <nicolasconnault>
Thu, 6 Aug 2009 00:07:43 +0000 (00:07 +0000)
lib/outputlib.php

index 91deec5fbfdbaf767d36f87605315671c5c69c0a..0472d08f409d2141f0ba46f8c72803af6e5686ee 100644 (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.