diff options
Diffstat (limited to 'framework/Caching/TDbCache.php')
-rw-r--r-- | framework/Caching/TDbCache.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/Caching/TDbCache.php b/framework/Caching/TDbCache.php index d41edd09..c26066a2 100644 --- a/framework/Caching/TDbCache.php +++ b/framework/Caching/TDbCache.php @@ -6,7 +6,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id: TDbCache.php 3245 2013-01-07 20:23:32Z ctrlaltca $ * @package System.Caching */ @@ -82,7 +81,6 @@ Prado::using('System.Data.TDbConnection'); * </code> * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDbCache.php 3245 2013-01-07 20:23:32Z ctrlaltca $ * @package System.Caching * @since 3.1.0 */ |