]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib.php
Fixed a typo, thanks to profi-concept. Function INCLUDE_READABLE() introduced
[mailer.git] / inc / db / lib.php
index 645721deacf8e89ed840af587d29ee61939ca7e1..e5c8ab3d9fb11d5551328490c63aa4f75f8e3846 100644 (file)
@@ -43,7 +43,7 @@ if (!defined('_DB_TYPE')) define('_DB_TYPE', "mysql3");
 // Create include file name
 $INC = sprintf("inc/db/lib-%s.php", constant('_DB_TYPE'));
 
-if (FILE_READABLE($INC)) {
+if (INCLUDE_READABLE($INC)) {
        // Include abstraction layer
        LOAD_INC_ONCE($INC);
 } else {