]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-inact.php
Entire rewrite of mail part in app! Not kidding here...
[mailer.git] / inc / autopurge / purge-inact.php
index c7c658ea9118b509aa705623d9ab4a4c3b332fa6..fb96fc0f1fab1a293219bb45963151dab8cf84ad 100644 (file)
@@ -57,7 +57,7 @@ if ($_CONFIG['ap_inactive'] == "Y") {
        // Check for new holiday extension
        if (GET_EXT_VERSION("holiday") >= "0.1.3") {
                // Include only users with no active holiday
-               $EXCLUDE_LIST .= " AND d.holiday_active = 'N'";
+               $EXCLUDE_LIST .= " AND d.holiday_active='N'";
        } // END - if
 
        // Check for all accounts