From 659d7482e4e9718e3b1331c52ada06cdfb462757 Mon Sep 17 00:00:00 2001 From: phuson Date: Sun, 30 Sep 2007 22:47:37 +0000 Subject: [PATCH] Made the sentence clearer --- manual/new/docs/en/transactions/savepoints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/new/docs/en/transactions/savepoints.txt b/manual/new/docs/en/transactions/savepoints.txt index 57af96a08..98cb51dc0 100644 --- a/manual/new/docs/en/transactions/savepoints.txt +++ b/manual/new/docs/en/transactions/savepoints.txt @@ -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. try {