]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib.php
Updated copyright notice as there are changes in this year
[mailer.git] / inc / db / lib.php
index 9d28823ac52107f9919291adf25e43f050f5d3fb..9b243e68581c93f11205909d16281522bb28ecb0 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -43,9 +43,10 @@ if (!defined('__SECURITY')) {
 // Create include file name
 $inc = sprintf("inc/db/lib-%s.php", getConfig('_DB_TYPE'));
 
+// Is the database library available?
 if (!isIncludeReadable($inc)) {
        // Bye, bye...
-       reportBug(__FILE__, __LINE__, 'Cannot load database abstraction layer <u>' . getConfig('_DB_TYPE') . '</u> -&gt; R.I.P.');
+       reportBug(__FILE__, __LINE__, 'Cannot load database library <u>' . getConfig('_DB_TYPE') . '</u> -&gt; R.I.P.');
 } // END - if
 
 // Include abstraction layer