From eaaa1876e0646d60ee11c19fc822f5ebf78495ab Mon Sep 17 00:00:00 2001 From: "qiang.xue" Date: Wed, 14 Sep 2011 00:20:47 +0000 Subject: [PATCH] --- framework/web/helpers/CHtml.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/framework/web/helpers/CHtml.php b/framework/web/helpers/CHtml.php index a45aa8c29..3c35d4f08 100644 --- a/framework/web/helpers/CHtml.php +++ b/framework/web/helpers/CHtml.php @@ -907,8 +907,7 @@ EOD; * it only allows single selection. * @param string $name name of the radio button list. You can use this name to retrieve * the selected value(s) once the form is submitted. - * @param mixed $select selection of the radio buttons. This can be either a string - * for single selection or an array for multiple selections. + * @param string $select selection of the radio buttons. * @param array $data value-label pairs used to generate the radio button list. * Note, the values will be automatically HTML-encoded, while the labels will not. * @param array $htmlOptions addtional HTML options. The options will be applied to