]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter-functions.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / filter-functions.php
index 58d9a96513346a792f92611ffcce97e6c883ac9c..66d04ec8bb72c20f10bec29b3161f1bf8c0cea47 100644 (file)
@@ -364,7 +364,7 @@ function loadExtensionFilters ($ext_name) {
        // Debug message
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'ext_name=' . $ext_name . ' - ENTERED!');
 
-       // Do we have cache entry?
+       // Is there a cache entry?
        if (!isset($GLOBALS[__FUNCTION__][$ext_name])) {
                // Default is not found
                $GLOBALS[__FUNCTION__][$ext_name] = false;