From 5c9064d7d387c6f1e91fb11f47e14fb0d45cca3d Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 22 Jan 2006 04:23:57 +0000 Subject: Fixed renderInputTag issue with TRadioButton. --- framework/Web/UI/WebControls/TRadioButton.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'framework') diff --git a/framework/Web/UI/WebControls/TRadioButton.php b/framework/Web/UI/WebControls/TRadioButton.php index e756cba6..a345f060 100644 --- a/framework/Web/UI/WebControls/TRadioButton.php +++ b/framework/Web/UI/WebControls/TRadioButton.php @@ -131,9 +131,8 @@ class TRadioButton extends TCheckBox * Renders a radiobutton input element. * @param THtmlWriter the writer for the rendering purpose * @param string checkbox id - * @param string onclick attribute value for the checkbox */ - protected function renderInputTag($writer,$clientID,$onclick) + protected function renderInputTag($writer,$clientID) { if($clientID!=='') $writer->addAttribute('id',$clientID); -- cgit v1.2.3