diff options
author | xue <> | 2008-03-12 18:15:45 +0000 |
---|---|---|
committer | xue <> | 2008-03-12 18:15:45 +0000 |
commit | 7c763368b083fdc89cf4269cb5d8cff1d643684b (patch) | |
tree | ddc10e0ed6acdf7f9010f199dc34ec1b25b3202a | |
parent | 0c6fa4ad25c64fa4033838feb298c92edd1651b4 (diff) |
typo fix.
-rw-r--r-- | framework/Data/TDbConnection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Data/TDbConnection.php b/framework/Data/TDbConnection.php index 1f2782db..1500eefa 100644 --- a/framework/Data/TDbConnection.php +++ b/framework/Data/TDbConnection.php @@ -251,7 +251,7 @@ class TDbConnection extends TComponent }
/**
- * @return CDbTransaction the currently active transaction. Null if no active transaction.
+ * @return TDbTransaction the currently active transaction. Null if no active transaction.
*/
public function getCurrentTransaction()
{
|