From fa829f695402c827f74e78455c70faff6ae62bf1 Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 15 Feb 2006 23:15:18 +0000 Subject: Example for TRatingList --- framework/Web/UI/WebControls/TRatingList.php | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/Web/UI/WebControls/TRatingList.php') diff --git a/framework/Web/UI/WebControls/TRatingList.php b/framework/Web/UI/WebControls/TRatingList.php index ad9b0256..7897f36f 100644 --- a/framework/Web/UI/WebControls/TRatingList.php +++ b/framework/Web/UI/WebControls/TRatingList.php @@ -73,7 +73,6 @@ class TRatingList extends TRadioButtonList $options['field'] = $this->getUniqueID(); $options['total'] = $this->getItems()->getCount(); $options['pos'] = $this->getSelectedIndex(); - var_dump($this->getSelectedIndex()); return $options; } -- cgit v1.2.3