summaryrefslogtreecommitdiff
path: root/program/include/rcube_db.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-10-04 10:03:09 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-10-04 10:03:09 +0200
commit7f64d7c2e4a38870eb225e6dcb15f60a7af63bfc (patch)
tree02e4bedf65036bed5e8bbe3ef602a83edebcb67b /program/include/rcube_db.php
parent35cdf9771f57726bbded131d7252c3d028e18a4f (diff)
parent88107d6cf54f62ec23daf94d68700fc000394c35 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/include/rcube_db.php')
-rw-r--r--program/include/rcube_db.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/program/include/rcube_db.php b/program/include/rcube_db.php
index eb1ad31b2..b066101b3 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 ?