diff options
author | xue <> | 2006-01-25 22:22:46 +0000 |
---|---|---|
committer | xue <> | 2006-01-25 22:22:46 +0000 |
commit | 605d41ad0dd3d90f0c5ba7c36c08c001341017a1 (patch) | |
tree | 7b9526a596c717aeca13190d12ee61da90d735df /framework/Web/UI | |
parent | c894359f203b68f959eb6eec5aaf4f947ed97af7 (diff) |
Fixed TTextWriter usage.
Diffstat (limited to 'framework/Web/UI')
-rw-r--r-- | framework/Web/UI/WebControls/TSafeHtml.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TSafeHtml.php b/framework/Web/UI/WebControls/TSafeHtml.php index b9f1156c..0dae3b75 100644 --- a/framework/Web/UI/WebControls/TSafeHtml.php +++ b/framework/Web/UI/WebControls/TSafeHtml.php @@ -1,7 +1,6 @@ <?php
Prado::using('System.3rdParty.SafeHtml.TSafeHtmlParser');
-Prado::using('System.IO.TTextWriter');
/**
* ${classname}
|