More rewrites from double- to single-quote
[mailer.git] / inc / autopurge / purge-inact.php
index 9d630b20583f9ef5374fcf727425bc4eb81c6519..a69541665e5dbfade803f367d2da1e2535ba807b 100644 (file)
@@ -70,7 +70,7 @@ if (getConfig('autopurge_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