1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Made the sentence clearer

This commit is contained in:
phuson 2007-09-30 22:47:37 +00:00
parent f044813046
commit 659d7482e4

View File

@ -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.
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">
try {