]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter-functions.php
Extension ext-user for sub id tracking continued:
[mailer.git] / inc / filter-functions.php
index 58d9a96513346a792f92611ffcce97e6c883ac9c..2048ba28aedfd5b50da504d9026020a246234a3e 100644 (file)
@@ -195,6 +195,9 @@ ORDER BY
 
        // Admin mail links
        registerFilter(__FUNCTION__, __LINE__, 'generate_admin_mail_links', 'GENERATE_POOL_MAIL_LINKS');
+
+       // Build mails
+       registerFilter(__FUNCTION__, __LINE__, 'send_build_mail', 'SEND_BUILD_MAIL');
 }
 
 // "Registers" a new filter function
@@ -364,7 +367,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;