]> git.mxchange.org Git - mailer.git/blobdiff - lead-confirm.php
Debug code commented out
[mailer.git] / lead-confirm.php
index 6f2b0ef79d55ce252b547cc943234fc4062a2c95..133c95a66cde52375f340b51d0daa0c35486b820 100644 (file)
@@ -46,7 +46,7 @@ $GLOBALS['startTime'] = microtime(true);
 $GLOBALS['module'] = 'lead-confirm';
 
 // Set "CSS-Mode"
-$GLOBALS['output_mode'] = '0';
+$GLOBALS['output_mode'] = 0;
 
 // Load config.php
 require('inc/config-global.php');
@@ -72,7 +72,7 @@ if (isSessionVariableSet('lead_userid')) {
        $result = SQL_QUERY_ESC("SELECT `email` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE `userid`=%s AND `status`='CONFIRMED' LIMIT 1",
                array(bigintval(getSession('lead_userid'))), __FILE__, __LINE__);
        if (SQL_NUMROWS($result) == 1) {
-               // Secure the ID number
+               // Secure the id number
                $content['lead_userid'] = bigintval(getSession('lead_userid'));
 
                // Load the email address