From f0839f3bb0fc8b13a1d9b64ed4a7ff86147be9ae Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 26 Sep 2006 18:16:01 +0000 Subject: --- system/database/DB_export.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system') diff --git a/system/database/DB_export.php b/system/database/DB_export.php index 02b4b42ad..a217ad138 100644 --- a/system/database/DB_export.php +++ b/system/database/DB_export.php @@ -31,6 +31,9 @@ $obj->init_class('CI_DB_export', 'dbexport'); class CI_DB_export { + /** + * Constructor. Simply calls the log function + */ function CI_DB_export() { log_message('debug', "Database Export Class Initialized"); -- cgit v1.2.3-24-g4f1b