X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fforms.php;h=710f962be1fbf843fc64457af4f303c09046e5e5;hb=21dab2dcae048a38fcaf5b4bb7bb653bf11de4c1;hp=c0689d6c40e329f67be57d3afbe3c57d79557437;hpb=8a9f3f9dc2706202105145d13a58446f588d24d2;p=squirrelmail.git 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