From 5054ddbb59e24c5524098291165bd9b4a2a98079 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Sun, 21 Jan 2007 09:14:35 +0000 Subject: [PATCH] comment got detached from function - fixed. --- lib/form/advcheckbox.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/form/advcheckbox.php b/lib/form/advcheckbox.php index af874ebec7..3c2cb92c4c 100644 --- a/lib/form/advcheckbox.php +++ b/lib/form/advcheckbox.php @@ -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); -- 2.39.5