]> git.mxchange.org Git - mailer.git/blobdiff - lead-confirm.php
Previous fix fixed, a lot constants rewritten (unfinished)
[mailer.git] / lead-confirm.php
index 4ba44b42b6073d4a923750fd45792cf587e10342..f014f2d754de3bfc861b9195d000508a91be729c 100644 (file)
@@ -59,7 +59,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Is the cookie set?
        if (isSessionVariableSet('lead_uid')) {
                // Is the user-account unlocked and valid?
-               $result = SQL_QUERY_ESC("SELECT email FROM `{!MYSQL_PREFIX!}_user_data` WHERE userid=%s AND status='CONFIRMED' LIMIT 1",
+               $result = SQL_QUERY_ESC("SELECT email FROM `{!_MYSQL_PREFIX!}_user_data` WHERE userid=%s AND status='CONFIRMED' LIMIT 1",
                        array(bigintval(get_session('lead_uid'))), __FILE__, __LINE__);
                if (SQL_NUMROWS($result) == 1) {
                        // Secure the ID number
@@ -76,7 +76,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
                }
        } else {
                // Maybe spider?
-               $content['lead_email'] = WEBMASTER;
+               $content['lead_email'] = constant('WEBMASTER');
        }
 
        // Load the lead template