diff --git a/system/database/DB_export.php b/system/database/DB_export.php
index 02b4b42..a217ad1 100644
--- a/system/database/DB_export.php
+++ b/system/database/DB_export.php
@@ -31,6 +31,9 @@
 class CI_DB_export {
 
 
+	/**
+	 * Constructor.  Simply calls the log function 
+	 */	
 	function CI_DB_export()
 	{
 		log_message('debug', "Database Export Class Initialized");