]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-connect.php
Search for email with regular expression
[mailer.git] / inc / mysql-connect.php
index 818bdc0c06f335862b7d24660783bc69b7d47d60..8ab0fd974f965a01490c21d904cbeaf3f9aa3b60 100644 (file)
@@ -100,7 +100,7 @@ if ((!isInstalling()) && (!isInstallationPhase())) {
 
                        // Is it a valid resource?
                        if (SQL_SELECT_DB($GLOBALS['mysql']['dbase'], __FILE__, __LINE__) === true) {
-                               // This is required for extension 'optimize' to work
+                               // Set database name (required for ext-optimize and isSqlTableCreated())
                                setConfigEntry('__DB_NAME', $GLOBALS['mysql']['dbase']);
 
                                // Remove MySQL array from namespace