]> git.mxchange.org Git - mailer.git/blobdiff - lead-confirm.php
A lot texts rewritten and exclamation signs removed
[mailer.git] / lead-confirm.php
index fdaaf12bb8ee9026562b2afd9f255fb28992040e..133c95a66cde52375f340b51d0daa0c35486b820 100644 (file)
@@ -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