diff options
author | xue <> | 2006-12-03 23:14:20 +0000 |
---|---|---|
committer | xue <> | 2006-12-03 23:14:20 +0000 |
commit | ae4ad5ca39cbd338b65d2e20d8a3dc3ad228c128 (patch) | |
tree | 7b387b0f7b17504ab9ea76fe3a22ecac7c088c15 /framework | |
parent | 3520d1d0b495031cd30599d2cf03740c8d8b9bc0 (diff) |
Id fix.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Data/TDbTransaction.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Data/TDbTransaction.php b/framework/Data/TDbTransaction.php index 3d328dfd..135b8c9e 100644 --- a/framework/Data/TDbTransaction.php +++ b/framework/Data/TDbTransaction.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/
* @copyright Copyright © 2006 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id: $
+ * @version $Id$
* @package System.Data
*/
@@ -35,7 +35,7 @@ Prado::using('System.Data.TDbDataReader'); * </code>
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Id: $
+ * @version $Id$
* @package System.Data
* @since 3.0
*/
|