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