From 0af7e8c0e6d6183dd19ea3bad0b3e8bd80f77aa9 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 11 Jan 2006 18:19:22 -0500 Subject: [PATCH] Switched to full UTF-8 support --- 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 e54dcc9..b935e1d 100755 --- a/program/include/rcube_db.inc +++ b/program/include/rcube_db.inc @@ -81,16 +81,6 @@ /** - * 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 -- Gitblit v1.9.1