From 90b3f22cba8ad85ef2eb38c158fa2da46d798cf8 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 8 Sep 2006 19:31:03 +0000 Subject: merge from 3.0 branch till 1397. --- framework/Caching/TAPCCache.php | 4 ++-- framework/Caching/TCache.php | 4 ++-- framework/Caching/TMemCache.php | 4 ++-- framework/Caching/TSqliteCache.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'framework/Caching') diff --git a/framework/Caching/TAPCCache.php b/framework/Caching/TAPCCache.php index 4c5f2779..fb419911 100644 --- a/framework/Caching/TAPCCache.php +++ b/framework/Caching/TAPCCache.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Caching */ @@ -40,7 +40,7 @@ * * * @author Alban Hanry - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Caching * @since 3.0b */ diff --git a/framework/Caching/TCache.php b/framework/Caching/TCache.php index b1d53525..d974fe83 100644 --- a/framework/Caching/TCache.php +++ b/framework/Caching/TCache.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Caching */ @@ -37,7 +37,7 @@ * and optionally {@link flush} * * @author Qiang Xue - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Caching * @since 3.0 */ diff --git a/framework/Caching/TMemCache.php b/framework/Caching/TMemCache.php index bd1ae189..c0f9b4bc 100644 --- a/framework/Caching/TMemCache.php +++ b/framework/Caching/TMemCache.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Caching */ @@ -59,7 +59,7 @@ * of TMemCache. * * @author Qiang Xue - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Caching * @since 3.0 */ diff --git a/framework/Caching/TSqliteCache.php b/framework/Caching/TSqliteCache.php index acf42906..89c2cdcc 100644 --- a/framework/Caching/TSqliteCache.php +++ b/framework/Caching/TSqliteCache.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Caching */ @@ -61,7 +61,7 @@ * SQLite DB file (in the namespace format). * * @author Qiang Xue - * @version $Revision: $ $Date: $ + * @version $Id$ * @package System.Caching * @since 3.0 */ -- cgit v1.2.3