openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7d659ebf3124456d11c83d3bb851db25754d06dd
parent 45ffebf92cf10586bc0c39448f7a9152c94f8f3c
Author: Jan Dankert <devnull@localhost>
Date:   Tue, 23 Oct 2012 02:30:11 +0200

Kommentar ergänzt.

Diffstat:
db/db.class.php | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/db/db.class.php b/db/db.class.php @@ -395,6 +395,7 @@ class DB /** * Startet eine Transaktion. + * Falls der Schalter 'transaction' nicht gesetzt ist, passiert nichts. */ public function start() { @@ -408,7 +409,8 @@ class DB /** - * Beendet und best�tigt eine Transaktion. + * Beendet und bestaetigt eine Transaktion. + * Falls der Schalter 'transaction' nicht gesetzt ist, passiert nichts. */ public function commit() { @@ -422,7 +424,8 @@ class DB } /** - * Setzt eine Transaktion zur�ck. + * Setzt eine Transaktion zurueck. + * Falls der Schalter 'transaction' nicht gesetzt ist, passiert nichts. */ public function rollback() {