From 7f64d7c2e4a38870eb225e6dcb15f60a7af63bfc Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 04 Oct 2012 04:03:09 -0400
Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail

---
 program/include/rcube_db.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/program/include/rcube_db.php b/program/include/rcube_db.php
index eb1ad31..b066101 100644
--- a/program/include/rcube_db.php
+++ b/program/include/rcube_db.php
@@ -30,6 +30,8 @@
  */
 class rcube_db
 {
+    public $db_provider;
+
     protected $db_dsnw;               // DSN for write operations
     protected $db_dsnr;               // DSN for read operations
     protected $db_connected = false;  // Already connected ?

--
Gitblit v1.9.1