summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_db.inc
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-11 23:19:22 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-11 23:19:22 +0000
commit885a1619afa12a21f6e51cfb198debb25183357e (patch)
treee2c4a10e4184e324e7713efb992b77da4c29904e /roundcubemail/program/include/rcube_db.inc
parentc878e5dc4ea5be194cea58dda34d2100f9ec6bf0 (diff)
Switched to full UTF-8 support
git-svn-id: https://svn.roundcube.net/trunk@100 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_db.inc')
-rwxr-xr-xroundcubemail/program/include/rcube_db.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/roundcubemail/program/include/rcube_db.inc b/roundcubemail/program/include/rcube_db.inc
index e54dcc989..b935e1d15 100755
--- a/roundcubemail/program/include/rcube_db.inc
+++ b/roundcubemail/program/include/rcube_db.inc
@@ -81,16 +81,6 @@ class rcube_db
/**
- * Object destructor
- */
- function __destruct()
- {
- // before closing the database connection, write session data
- session_write_close();
- }
-
-
- /**
* Connect to specific database
*
* @param string DSN for DB connections