From: jervfors Date: Sat, 2 Oct 2004 20:27:29 +0000 (+0000) Subject: Cleanup in comment X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f79fb61d0ebd9fc028d00e8b832db9417ce63d9b;p=squirrelmail.git Cleanup in comment git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8119 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/forms.php b/functions/forms.php index c0689d6c..710f962b 100644 --- a/functions/forms.php +++ b/functions/forms.php @@ -76,7 +76,7 @@ function addInput($name, $value = '', $size = 0, $maxlength = 0) { * Function to create a selectlist from an array. * Usage: * name: html name attribute - * values: array ( key => value ) -> * default: the key that will be selected * usekeys: use the keys of the array as option value or not */ @@ -94,7 +94,7 @@ function addSelect($name, $values, $default = null, $usekeys = false) if(!$usekeys) $k = $v; $ret .= '\n"; } $ret .= "\n"; @@ -144,4 +144,4 @@ function addForm($action, $method = 'post', $name = '', $enctype = '', $charset $enctype . $name . $charset . ">\n"; } -?> +?> \ No newline at end of file