]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib.php
Mailer project continued:
[mailer.git] / inc / db / lib.php
index 9d28823ac52107f9919291adf25e43f050f5d3fb..c4616d9b53ba7a30410ef0d73f19f2cd733d980c 100644 (file)
@@ -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