From 181eab239f54c3da7b40ea88edb1a5fd6dc94a76 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 13 Apr 2012 17:45:31 -0400 Subject: [PATCH] Remove DB_reg destruct method --- classes/db_reg.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/classes/db_reg.php b/classes/db_reg.php index 1e1b4e4..8456370 100644 --- a/classes/db_reg.php +++ b/classes/db_reg.php @@ -54,16 +54,6 @@ class DB_Reg { // Set the current key in the registry self::$instance[$key] = new Query_Builder($db_params); } - - // -------------------------------------------------------------------------- - - /** - * Cleanup method - */ - public function __destruct() - { - self::$instance = NULL; - } // --------------------------------------------------------------------------