From cc95700b58f31f04470db8271a09d6e52ba9a63d Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 05 Feb 2006 10:38:51 -0500 Subject: [PATCH] Added message cache garbage collector --- 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