diff options
author | xue <> | 2006-03-10 23:28:27 +0000 |
---|---|---|
committer | xue <> | 2006-03-10 23:28:27 +0000 |
commit | dd52398a4334f10edf16792f832aed86014dba8a (patch) | |
tree | ac6ff0e76e2ab5775383d6f56575fe8f8ca6a0b7 /framework/DataAccess | |
parent | 40ec9272f22208abf759aa2a384cbbc070488ea4 (diff) |
Fixed #87.
Diffstat (limited to 'framework/DataAccess')
-rw-r--r-- | framework/DataAccess/TDatabaseProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/DataAccess/TDatabaseProvider.php b/framework/DataAccess/TDatabaseProvider.php index 68cae473..ac637d83 100644 --- a/framework/DataAccess/TDatabaseProvider.php +++ b/framework/DataAccess/TDatabaseProvider.php @@ -191,7 +191,7 @@ interface IDbConnection /**
* Finish and cleanup transactions.
*/
- public function completeTranaction();
+ public function completeTransaction();
/**
* Fail the current transaction.
|