diff options
author | admin <devnull@localhost> | 2006-09-26 20:16:01 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-26 20:16:01 +0200 |
commit | f0839f3bb0fc8b13a1d9b64ed4a7ff86147be9ae (patch) | |
tree | 008760902a747e83312360e39ab29a7f5510b912 /system | |
parent | b63ac845de0c7c57c7db755de9af36ce34b67426 (diff) |
Diffstat (limited to 'system')
-rw-r--r-- | system/database/DB_export.php | 3 |
1 files changed, 3 insertions, 0 deletions
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"); |