diff options
author | xue <> | 2006-03-09 02:18:49 +0000 |
---|---|---|
committer | xue <> | 2006-03-09 02:18:49 +0000 |
commit | 36b52fa8ecbcd3b1559a1f49cbfdb4bf413e2773 (patch) | |
tree | 4209096a817a434f34710ee1e7a56f6c04067933 /framework/Web/UI/WebControls/TDatePicker.php | |
parent | dfc35208915df9d4c054113a6a3fba86d72c4db1 (diff) |
Many small fixes due to the result of zend analyzer.
Diffstat (limited to 'framework/Web/UI/WebControls/TDatePicker.php')
-rw-r--r-- | framework/Web/UI/WebControls/TDatePicker.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TDatePicker.php b/framework/Web/UI/WebControls/TDatePicker.php index 71358ee7..70f116a8 100644 --- a/framework/Web/UI/WebControls/TDatePicker.php +++ b/framework/Web/UI/WebControls/TDatePicker.php @@ -622,7 +622,6 @@ class TDatePicker extends TTextBox */
protected function publishDefaultButtonImage()
{
- $cs = $this->getPage()->getClientScript();
$image = 'System.Web.Javascripts.datepicker.calendar';
if(($file = Prado::getPathOfNamespace($image, '.png'))!==null)
return $this->publishFilePath($file);
|