]> git.mjollnir.org Git - moodle.git/commitdiff
comment got detached from function - fixed.
authorjamiesensei <jamiesensei>
Sun, 21 Jan 2007 09:14:35 +0000 (09:14 +0000)
committerjamiesensei <jamiesensei>
Sun, 21 Jan 2007 09:14:35 +0000 (09:14 +0000)
lib/form/advcheckbox.php

index af874ebec76b1247a31af86aed4684ba9ec6e424..3c2cb92c4c1255e3f3902552c76c42620700694a 100644 (file)
@@ -17,13 +17,6 @@ class MoodleQuickForm_advcheckbox extends HTML_QuickForm_advcheckbox{
      * @var string
      */
     var $_helpbutton='';
-    /**
-     * set html for help button
-     *
-     * @access   public
-     * @param array $help array of arguments to make a help button
-     * @param string $function function name to call to get html
-     */
     /**
      * Class constructor
      *
@@ -47,6 +40,13 @@ class MoodleQuickForm_advcheckbox extends HTML_QuickForm_advcheckbox{
     } //end constructor
 
 
+    /**
+     * set html for help button
+     *
+     * @access   public
+     * @param array $help array of arguments to make a help button
+     * @param string $function function name to call to get html
+     */
     function setHelpButton($helpbuttonargs, $function='helpbutton'){
         if (!is_array($helpbuttonargs)){
             $helpbuttonargs=array($helpbuttonargs);