]> git.mxchange.org Git - mailer.git/blobdiff - doubler.php
Prefix in SQLs fixed, fixes for first startup and weekly/monthly reset is run without...
[mailer.git] / doubler.php
index b3292fbecf5fd814b5ebe31ba2ba0edd3e741b7f..983653ddaa6a4a829de321fdca69bcf708aaa6f2 100644 (file)
@@ -51,7 +51,7 @@ require("inc/config.php");
 REDIRECT_ON_UNINSTALLED_EXTENSION("doubler");
 
 // Is the script installed?
-if (isBooleanConstantAndTrue('mxchange_installed')) {
+if (isInstalled()) {
        // Probe for referal ID
        if (REQUEST_ISSET_GET(('refid'))) $GLOBALS['refid'] = REQUEST_GET(('refid'));