diff options
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveDropDownList.php')
-rw-r--r-- | framework/Web/UI/ActiveControls/TActiveDropDownList.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveDropDownList.php b/framework/Web/UI/ActiveControls/TActiveDropDownList.php index 302b0afa..32f309c2 100644 --- a/framework/Web/UI/ActiveControls/TActiveDropDownList.php +++ b/framework/Web/UI/ActiveControls/TActiveDropDownList.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2006 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Revision: $ : $ + * @version $Id$ * @package System.Web.UI.ActiveControls */ @@ -30,7 +30,7 @@ Prado::using('System.Web.UI.ActiveControls.TActiveListControlAdapter'); * on the client side. * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version : $ Sun Jun 25 19:55:19 EST 2006 $ + * @version $Id$ * @package System.Web.UI.ActiveControls * @since 3.1 */ |