From: jamiesensei Date: Mon, 28 May 2007 00:50:11 +0000 (+0000) Subject: added more phpdoc comments for hardFreezeAllVisibleExcept X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3673f6bc3b2243b268f96c072c940a71618821eb;p=moodle.git added more phpdoc comments for hardFreezeAllVisibleExcept --- diff --git a/lib/formslib.php b/lib/formslib.php index 421547cb33..b6dc78a423 100644 --- a/lib/formslib.php +++ b/lib/formslib.php @@ -1339,7 +1339,9 @@ function validate_' . $this->_formName . '(frm) { return true; } /** - * This function also removes all previously defined rules. + * Hard freeze all elements in a form except those whose names are in $elementList or hidden elements in a form. + * + * This function also removes all previously defined rules of elements it freezes. * * @param array $elementList array or string of element(s) not to be frozen * @since 1.0