Commit 659d7482 authored by phuson's avatar phuson

Made the sentence clearer

parent f0448130
...@@ -30,7 +30,7 @@ Savepoints that were set at a later time than the named savepoint are deleted. ...@@ -30,7 +30,7 @@ Savepoints that were set at a later time than the named savepoint are deleted.
The {{Doctrine_Transaction::commit($savepoint)}} removes the named savepoint from the set of savepoints of the current transaction. The {{Doctrine_Transaction::commit($savepoint)}} removes the named savepoint from the set of savepoints of the current transaction.
All savepoints of the current transaction are deleted if you execute a commit or rollback is being called without savepoint name parameter. All savepoints of the current transaction are deleted if you execute a commit or if a rollback is being called without savepoint name parameter.
<code type="php"> <code type="php">
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment