]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-login.php
New extension added, minor fixes, new author added
[mailer.git] / inc / modules / guest / what-login.php
index 3a6128d566880ee30db424660c8a330bb9479c48..94a981ce74da2faf4cdd1cd45251bd013aa750e6 100644 (file)
@@ -262,7 +262,7 @@ if (IS_MEMBER()) {
                        // Ooppps, this was missing! ;-) We should update the database...
                        $NEW_PASS = GEN_PASS();
                        $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_user_data SET password='%s' WHERE userid=%s LIMIT 1",
-                        array(generateHash($NEW_PASS), $uid), __FILE__, __LINE__);
+                               array(generateHash($NEW_PASS), $uid), __FILE__, __LINE__);
 
                        // Prepare data and message for email
                        $msg = LOAD_EMAIL_TEMPLATE("new-pass", array('new_pass' => $NEW_PASS), $uid);