diff options
author | javalizard <> | 2010-04-13 02:11:16 +0000 |
---|---|---|
committer | javalizard <> | 2010-04-13 02:11:16 +0000 |
commit | 29eb956e4a6904d7841d12716482357172e50c28 (patch) | |
tree | f965fe6f6f35c827a375e81d70dae6a102e5e527 /framework/Web/UI | |
parent | cdf641854fcf1f462c27f5422f86d08019fafb77 (diff) |
added @author
Diffstat (limited to 'framework/Web/UI')
-rw-r--r-- | framework/Web/UI/TPage.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index 3826499a..51c66b88 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -22,6 +22,7 @@ Prado::using('System.Web.UI.TClientScriptManager'); * TPage class
*
* @author Qiang Xue <qiang.xue@gmail.com>
+ * @author Brad Anderson <javalizard@gmail.com>
* @version $Id$
* @package System.Web.UI
* @since 3.0
|