A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / modules / guest / what-sponsor_reg.php
index cd23e6eda3bad9217a1119aca2670f6ab85f9d1e..3e9247743bff3350e408db3b07d25607b9e81e85 100644 (file)
@@ -227,11 +227,11 @@ WHERE `id`='%s' LIMIT 1",
        // Check the status of the registration process
        switch ($STATUS) {
                case 'added': // Sponsor successfully added with account status = UNCONFIRMED!
-                       // Check for his ID number
+                       // Check for his id number
                        $result = SQL_QUERY_ESC("SELECT `id`, `hash` FROM `{?_MYSQL_PREFIX?}_sponsor_data` WHERE `email`='%s' LIMIT 1",
                                array(postRequestElement('email')), __FILE__, __LINE__);
                        if (SQL_NUMROWS($result) == 1) {
-                               // ID found so let's load it for the confirmation email
+                               // id found so let's load it for the confirmation email
                                list($id, $hash) = SQL_FETCHROW($result);
 
                                // Prepare data for the email template
@@ -347,7 +347,7 @@ ORDER BY `pay_name`", __FILE__, __LINE__);
 
                // Prepare referal things
                if (isGetRequestElementSet('refid')) {
-                       // Referal ID transmitted, we don't care here if it is right or not
+                       // Referal id transmitted, we don't care here if it is right or not
                        $content['refid'] = bigintval(getRequestElement('refid'));
                } else {
                        // No referal link