]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/sponsor/account.php
Forgot it to comment out ... :(
[mailer.git] / inc / modules / sponsor / account.php
index 85d03fa713fd45c122c3651d52abf587ee5bf657..9be23f33a8d56e66acb93782f83b233ca4563b6f 100644 (file)
@@ -94,7 +94,7 @@ if (SQL_NUMROWS($result) == 1) {
                                // Default is we don't want to change password!
                                $PASS_AND = ''; $PASS_DATA = '';
 
-                               // Check if we want to change password or not
+                               // Check if the sponsor wants to change his/her password
                                if ((postRequestElement('pass1') == postRequestElement('pass2')) && (isPostRequestElementSet('pass1')) && (postRequestElement('pass1') != postRequestElement('pass_old'))) {
                                        // Change current password
                                        $PASS_AND  = ",`password`='%s'";