]> 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 fa3cf9904716312630c845053246870856bddc91..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'";
@@ -118,22 +118,22 @@ if (SQL_NUMROWS($result) == 1) {
 
                        if (!empty($message)) {
                                // Output message
-                               $GLOBALS['sponsor_output'] = displayMessage($message, true);
+                               $GLOBALS['sponsor_output'] = displayMessage($message, TRUE);
                        } else {
                                // No message generated
-                               $GLOBALS['sponsor_output'] = displayMessage('{--SPONSOR_NO_MESSAGE_GENERATED--}', true);
+                               $GLOBALS['sponsor_output'] = displayMessage('{--SPONSOR_NO_MESSAGE_GENERATED--}', TRUE);
                        }
                } else {
                        // Output formular
-                       $GLOBALS['sponsor_output'] = loadTemplate('sponsor_account_form', true, $content);
+                       $GLOBALS['sponsor_output'] = loadTemplate('sponsor_account_form', TRUE, $content);
                }
        } else {
                // Locked or so?
-               $GLOBALS['sponsor_output'] = displayMessage('{%message,SPONSOR_ACCOUNT_FAILED=' . $content['status'] . '%}', true);
+               $GLOBALS['sponsor_output'] = displayMessage('{%message,SPONSOR_ACCOUNT_FAILED=' . $content['status'] . '%}', TRUE);
        }
 } else {
        // Sponsor account not found
-       $GLOBALS['sponsor_output'] = displayMessage('{%message,SPONSOR_ACCOUNT_404=' . getSession('sponsor_id') . '%}', true);
+       $GLOBALS['sponsor_output'] = displayMessage('{%message,SPONSOR_ACCOUNT_404=' . getSession('sponsor_id') . '%}', TRUE);
 }
 
 // Free memory