diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:03:09 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:03:09 +0200 |
commit | 7f64d7c2e4a38870eb225e6dcb15f60a7af63bfc (patch) | |
tree | 02e4bedf65036bed5e8bbe3ef602a83edebcb67b /program/include/rcube_db_sqlsrv.php | |
parent | 35cdf9771f57726bbded131d7252c3d028e18a4f (diff) | |
parent | 88107d6cf54f62ec23daf94d68700fc000394c35 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/include/rcube_db_sqlsrv.php')
-rw-r--r-- | program/include/rcube_db_sqlsrv.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/include/rcube_db_sqlsrv.php b/program/include/rcube_db_sqlsrv.php index feddbe73f..e58bf0704 100644 --- a/program/include/rcube_db_sqlsrv.php +++ b/program/include/rcube_db_sqlsrv.php @@ -31,6 +31,8 @@ */ class rcube_db_sqlsrv extends rcube_db { + public $db_provider = 'mssql'; + /** * Driver initialization */ |