From be2380fb47b05a222ec5b22deff36d5156a8c943 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 13 Jan 2006 13:08:41 -0500 Subject: [PATCH] Added labels for LDAP search --- 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