From 3673f6bc3b2243b268f96c072c940a71618821eb Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Mon, 28 May 2007 00:50:11 +0000 Subject: [PATCH] added more phpdoc comments for hardFreezeAllVisibleExcept --- lib/formslib.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5