diff options
author | wei <> | 2006-02-15 23:15:18 +0000 |
---|---|---|
committer | wei <> | 2006-02-15 23:15:18 +0000 |
commit | fa829f695402c827f74e78455c70faff6ae62bf1 (patch) | |
tree | f6bedba5a545193e16d8944c7b2929c6981d6420 /framework/Web/UI | |
parent | ab781af4385b77943975394eba606cd38f1e4fb1 (diff) |
Example for TRatingList
Diffstat (limited to 'framework/Web/UI')
-rw-r--r-- | framework/Web/UI/WebControls/TRatingList.php | 1 |
1 files changed, 0 insertions, 1 deletions
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;
}
|