diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-01 12:54:27 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-01 12:54:27 +0100 |
commit | 17a4366a9f68f45e1d05096af4adc94f489183e9 (patch) | |
tree | 34e4a640f009ed713d216242e2f0fd461ef37a01 /framework/Data/SqlMap/Statements/IMappedStatement.php | |
parent | ad41d458a46985af7acd3f621d4ade969bf27d98 (diff) |
Tagging 3.2.1
Diffstat (limited to 'framework/Data/SqlMap/Statements/IMappedStatement.php')
-rw-r--r-- | framework/Data/SqlMap/Statements/IMappedStatement.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Data/SqlMap/Statements/IMappedStatement.php b/framework/Data/SqlMap/Statements/IMappedStatement.php index 15f61fad..175b6f39 100644 --- a/framework/Data/SqlMap/Statements/IMappedStatement.php +++ b/framework/Data/SqlMap/Statements/IMappedStatement.php @@ -3,7 +3,7 @@ * IMappedStatement interface file. * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id$ + * @version $Id: IMappedStatement.php 3187 2012-07-12 11:21:01Z ctrlaltca $ * @package System.Data.SqlMap.Statements */ @@ -11,7 +11,7 @@ * Interface for all mapping statements. * * @author Wei Zhuo <weizho[at]gmail[dot]com> - * @version $Id$ + * @version $Id: IMappedStatement.php 3187 2012-07-12 11:21:01Z ctrlaltca $ * @package System.Data.SqlMap.Statements * @since 3.1 */ |