From fd0c0a608a5de2b26c29d3c44a7929e5a3b2c042 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 18 May 2009 00:14:07 +0000 Subject: Updated kohana and modules/unit_test to upstream r4356 --- kohana/helpers/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kohana/helpers/form.php') diff --git a/kohana/helpers/form.php b/kohana/helpers/form.php index 0eaec0dc..70b98167 100644 --- a/kohana/helpers/form.php +++ b/kohana/helpers/form.php @@ -233,7 +233,7 @@ class form_Core { * * @param string|array input name or an array of HTML attributes * @param array select options, when using a name - * @param string option key that should be selected by default + * @param string|array option key(s) that should be selected by default * @param string a string to be attached to the end of the attributes * @return string */ -- cgit v1.2.3