From e79dc7130a0003a07833609487b8ebb5ebcf31c8 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 26 Sep 2006 03:52:45 +0000 Subject: --- system/database/DB_export.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'system/database/DB_export.php') diff --git a/system/database/DB_export.php b/system/database/DB_export.php index 1e94c6c97..8194cb9b1 100644 --- a/system/database/DB_export.php +++ b/system/database/DB_export.php @@ -13,6 +13,13 @@ * @filesource */ + + +// INITIALIZE THE CLASS --------------------------------------------------- + +$obj =& get_instance(); +$obj->dbexport =& new CI_DB_export(); + // ------------------------------------------------------------------------ /** -- cgit v1.2.3-24-g4f1b