diff options
author | admin <devnull@localhost> | 2006-09-30 01:26:28 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-30 01:26:28 +0200 |
commit | 3ed8c51254a5b26d951fa675802fcf69adf9638e (patch) | |
tree | 8e5f5af90a7e73f4b1a55f78fa3542f5cb156cfa /system/libraries/Loader.php | |
parent | 051402b4c281cf125c9b369b682128aaefb587cd (diff) |
Diffstat (limited to 'system/libraries/Loader.php')
-rw-r--r-- | system/libraries/Loader.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index fff9e78d3..2534e6965 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php @@ -135,20 +135,6 @@ class CI_Loader { $obj =& get_instance(); $obj->_ci_init_dbextra('dbutil'); } - - // -------------------------------------------------------------------- - - /** - * Database Export Loader - * - * @access public - * @return object - */ - function dbexport() - { - $obj =& get_instance(); - $obj->_ci_init_dbextra('dbexport'); - } // -------------------------------------------------------------------- |