From 93f2e91120de11258a5cde3389c465919ed3d49f Mon Sep 17 00:00:00 2001
From: ctrlaltca <>
Date: Mon, 7 Jan 2013 21:38:18 +0000
Subject: documentation fixes
---
demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 2 +-
framework/Web/UI/ActiveControls/TDraggable.php | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
index 003790a4..fe171946 100644
--- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
+++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
@@ -6,7 +6,7 @@
This page summarizes the main new features that are introduced in each PRADO release.
-Version 3.2.1
+Version 3.2.1
- TSecurityManager has been enhanced to support all the ciphers available in php
- Updated external packages
diff --git a/framework/Web/UI/ActiveControls/TDraggable.php b/framework/Web/UI/ActiveControls/TDraggable.php
index 4df21ade..5536b407 100755
--- a/framework/Web/UI/ActiveControls/TDraggable.php
+++ b/framework/Web/UI/ActiveControls/TDraggable.php
@@ -6,9 +6,6 @@
* @copyright Copyright © 2008, PradoSoft
* @license http://www.pradosoft.com/license
* @package System.Web.UI.ActiveControls
- * @version $Id: TDraggable.php 3159 2012-2013 PradoSoft
- * @license http://www.pradosoft.com/license
- * @package System.Web.UI.ActiveControls
* @version $Id$
*/
class TDraggable extends TPanel
@@ -196,9 +193,6 @@ class TDraggable extends TPanel
* @copyright Copyright © 2008, PradoSoft
* @license http://www.pradosoft.com/license
* @package System.Web.UI.ActiveControls
- * @version $Id: TDraggable.php 3159 2012-2013 PradoSoft
- * @license http://www.pradosoft.com/license
- * @package System.Web.UI.ActiveControls
* @version $Id$
*/
class TDraggableGhostingOptions extends TEnumerable
--
cgit v1.2.3