]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-login.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / guest / what-login.php
index 49228e9cf397cb6e8a404bc2f423a6744a2b42eb..708239941d06f04deed6cd2a484f4d378b6f4c9c 100644 (file)
@@ -76,7 +76,7 @@ if ((isMemberIdSet()) && (isSessionVariableSet('u_hash'))) {
                // Email is set
                $userid = SQL_ESCAPE(postRequestElement('email'));
        } elseif (isPostRequestElementSet('id')) {
-               // Do we have nickname or userid?
+               // Is there nickname or userid?
                if (isNicknameUsed(postRequestElement('id'))) {
                        // Nickname entered
                        $userid = SQL_ESCAPE(postRequestElement('id'));
@@ -125,7 +125,7 @@ $content['message'] = '';
 
 // Login problems?
 if (!empty($errorCode)) {
-       // Do we have a userid set?
+       // Is there a userid set?
        if (isSessionVariableSet('userid')) {
                // Then prefetch data for this account
                fetchUserData(getSession('userid'));