diff options
author | thomascube <thomas@roundcube.net> | 2006-01-11 23:19:22 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-01-11 23:19:22 +0000 |
commit | 0af7e8c0e6d6183dd19ea3bad0b3e8bd80f77aa9 (patch) | |
tree | 2c658aa4f94167166caaea23d9d73ec8ad3c89f1 /program/include/rcube_db.inc | |
parent | c4a6214e93ce13202ef6fe7add90ae4c2d1f2deb (diff) |
Switched to full UTF-8 support
Diffstat (limited to 'program/include/rcube_db.inc')
-rwxr-xr-x | program/include/rcube_db.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/program/include/rcube_db.inc b/program/include/rcube_db.inc index e54dcc989..b935e1d15 100755 --- a/program/include/rcube_db.inc +++ b/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 |