summaryrefslogtreecommitdiff
path: root/roundcubemail/program/lib/MDB2/Driver/Native/sqlite.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-01-26 13:45:16 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-01-26 13:45:16 +0000
commit2bb461d7eb0ecda6c92db9c2b480370cb4158458 (patch)
tree40bbe2ee56f5ac30a25ec3a47889a272f5bfb6d1 /roundcubemail/program/lib/MDB2/Driver/Native/sqlite.php
parenta44b797dc61aa12bd645c98cf4fbeeb5bc486a7f (diff)
- Add support for MDB2's 'sqlsrv' driver (#1486395)
git-svn-id: https://svn.roundcube.net/trunk@3227 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/MDB2/Driver/Native/sqlite.php')
-rw-r--r--roundcubemail/program/lib/MDB2/Driver/Native/sqlite.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/MDB2/Driver/Native/sqlite.php b/roundcubemail/program/lib/MDB2/Driver/Native/sqlite.php
index 0213293a5..ee2a54fd8 100644
--- a/roundcubemail/program/lib/MDB2/Driver/Native/sqlite.php
+++ b/roundcubemail/program/lib/MDB2/Driver/Native/sqlite.php
@@ -42,7 +42,7 @@
// | Author: Lukas Smith <smith@pooteeweet.org> |
// +----------------------------------------------------------------------+
//
-// $Id: sqlite.php,v 1.9 2006/06/18 21:59:05 lsmith Exp $
+// $Id: sqlite.php 215004 2006-06-18 21:59:05Z lsmith $
//
require_once 'MDB2/Driver/Native/Common.php';