]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-login.php
Refback and referal points hopefully fixed:
[mailer.git] / inc / modules / guest / what-login.php
index 3cad847ee16e55f3d1f926961c2b1536abae077b..1129585e3b7220fd07f6c9d8422795ab535f4784 100644 (file)
@@ -71,7 +71,7 @@ if ((isMemberIdSet()) && (isSessionVariableSet('u_hash'))) {
        }
 } elseif (isPostRequestParameterSet('new_pass')) {
        // New password requested
-       $userid = '0';
+       $userid = NULL;
        if (isPostRequestParameterSet('email')) {
                // Email is set
                $userid = SQL_ESCAPE(postRequestParameter('email'));
@@ -87,7 +87,7 @@ if ((isMemberIdSet()) && (isSessionVariableSet('u_hash'))) {
        } // END - if
 } else {
        // Not logged in
-       $userid = '0';
+       $userid = NULL;
        $hash = '';
 }