summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_db_sqlite.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-06-08 20:14:33 +0200
committerAleksander Machniak <alec@alec.pl>2013-06-08 20:14:33 +0200
commitd186405c0090772d1c26788dad9ea973f0421390 (patch)
tree7599a1591914dc7e3172930ab0c33da90d40aee7 /program/lib/Roundcube/rcube_db_sqlite.php
parent66407a75d1eced92d0bd725caa028f54a3b345be (diff)
Simplified db connection initialisation code
Diffstat (limited to 'program/lib/Roundcube/rcube_db_sqlite.php')
-rw-r--r--program/lib/Roundcube/rcube_db_sqlite.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/program/lib/Roundcube/rcube_db_sqlite.php b/program/lib/Roundcube/rcube_db_sqlite.php
index cef6621c2..b66c56097 100644
--- a/program/lib/Roundcube/rcube_db_sqlite.php
+++ b/program/lib/Roundcube/rcube_db_sqlite.php
@@ -29,13 +29,6 @@ class rcube_db_sqlite extends rcube_db
public $db_provider = 'sqlite';
/**
- * Database character set
- */
- protected function set_charset($charset)
- {
- }
-
- /**
* Prepare connection
*/
protected function conn_prepare($dsn)