]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-manager.php
More complete rewrite to use wrapper function isExtensionInstalledAndNewer(), some...
[mailer.git] / inc / mysql-manager.php
index 44e848747020d5efa5fb0dd5cc999045bfc4bde4..52091822ef70e9ee72822dab64d76700d9b83a44 100644 (file)
@@ -1921,7 +1921,7 @@ function generateReceiverList ($cat, $receiver, $mode = '') {
        } // END - if
 
        // Exclude users in holiday?
-       if (getExtensionVersion('holiday') >= '0.1.3') {
+       if (isExtensionInstalledAndNewer('holiday', '0.1.3')) {
                // Add something for the holiday extension
                $CAT_WHERE .= " AND d.`holiday_active`='N'";
        } // END - if