commit | 910d8620519d777ab45bdad5fb6dc9f05c6b2869 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Sep 26 02:09:05 2006 +0000 |
committer | admin <devnull@localhost> | Tue Sep 26 02:09:05 2006 +0000 |
tree | edb4af16a4062cbf034fcd9dba9aad4a34abfacf | |
parent | 9cd4e8e639a1a09fd6ca426f1af94586f30d4a80 [diff] [blame] |
diff --git a/system/database/DB_utility.php b/system/database/DB_utility.php index f98448a..41941ae 100644 --- a/system/database/DB_utility.php +++ b/system/database/DB_utility.php
@@ -31,6 +31,8 @@ // Assign the main database object to $this->db $obj =& get_instance(); $this->db =& $obj->db; + + log_message('debug', "Database Utility Class Initialized"); } // --------------------------------------------------------------------