openrat-cms

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

commit 9ee8c0b12a341abe1525026bd57ce9505e16f6eb
parent fc6fb9ee14d741642c75223ef96819a40098a72d
Author: dankert <devnull@localhost>
Date:   Wed,  2 Dec 2009 00:32:36 +0100

Wenn neue Datenbankverbindung ausgewählt wird, dann Transaktion starten.

Diffstat:
actionClasses/IndexAction.class.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/actionClasses/IndexAction.class.php b/actionClasses/IndexAction.class.php @@ -42,6 +42,7 @@ class IndexAction extends Action $db = new DB( $conf['database'][$dbid] ); $db->id = $dbid; + $db->start(); Session::setDatabase( $db ); }