From c9d09bbe43f268c11cadc9846652ff33521edf6c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 25 Jan 2006 15:10:12 -0500
Subject: [PATCH] Updated localizations

---
 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