From c2d22b6e46c2b8502866c716582a570f62421e24 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 8 Feb 2014 15:05:15 +0000 Subject: [PATCH] fixed docs --- lam/lib/html.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/html.inc b/lam/lib/html.inc index a7af1f92..da68feb6 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -454,7 +454,7 @@ class htmlInputField extends htmlElement { * * @param String $fieldName unique field name * @param String $fieldValue value of input field (optional) - * @param String $fieldSize maximum input length + * @param String $fieldSize input field length (default 30) */ function __construct($fieldName, $fieldValue = null, $fieldSize = null) { if (isObfuscatedText($fieldValue)) {