]> git.mxchange.org Git - mailer.git/blobdiff - birthday_confirm.php
Fix for the fix... ;-)
[mailer.git] / birthday_confirm.php
index b9b4242e5a043526530ab0ce4f81cf1eb6e234dc..4d2b0058cebd4f6e591f7b13d35f786e14ebee6a 100644 (file)
@@ -45,7 +45,7 @@ $GLOBALS['module'] = "birthday_confirm"; $CSS = -1;
 require ("inc/config.php");
 
 // Is the script installed?
-if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) {
+if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Script is installed so let's check for his confirmation link...
        $uid = bigintval($_GET['uid']);