X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fforms.php;h=f35edc66e1215dd9a3cc5f290b3ef33b353b4ad2;hb=87745b9cf4c1ea33c3788ab0c3a554e9574ec5d7;hp=388ce3e409acd2fb48768df423c9967989afa54c;hpb=c014db31b6d1f7f8da964de56e4fe5238b0ac366;p=squirrelmail.git diff --git a/functions/forms.php b/functions/forms.php index 388ce3e4..f35edc66 100644 --- a/functions/forms.php +++ b/functions/forms.php @@ -130,7 +130,8 @@ function addHidden($sName, $sValue, $aAttribs=array()) { * @param string $sValue initial field value * @param integer $iSize field size (number of characters) * @param integer $iMaxlength maximum number of characters the user may enter - * @param array $aAttribs (since 1.5.1) extra attributes + * @param array $aAttribs (since 1.5.1) extra attributes - should be given + * in the form array('attribute_name' => 'attribute_value', ...) * @return string html formated text input field */ function addInput($sName, $sValue = '', $iSize = 0, $iMaxlength = 0, $aAttribs=array()) { @@ -291,4 +292,4 @@ function addForm($sAction, $sMethod = 'post', $sName = '', $sEnctype = '', $sCha $sEnctype . $sName . $sCharset . $sAttribs . ">\n"; } -?> \ No newline at end of file +?>