]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-nickname.php
Swapped all
[mailer.git] / inc / modules / member / what-nickname.php
index 5312676f6671a0ecc4adaf927cac5746049b2b04..4c91c6f5efc16fb02f0e43dee6a78779b64d6d83 100644 (file)
@@ -50,7 +50,7 @@ if ((!isExtensionActive('nickname')) && (!isAdmin())) {
        return;
 } // END - if
 
-$isValid = false;
+$isValid = FALSE;
 
 if (isFormSent()) {
        // Nickname was submitted so let's check if it is not already in use
@@ -63,7 +63,7 @@ if (isFormSent()) {
        } // END - if
 } // END - if
 
-if ($isValid === true) {
+if ($isValid === TRUE) {
        // Nickname already in use which is the default
        $content = '{--MEMBER_NICKNAME_ALREADY_IN_USE--}';
 
@@ -103,9 +103,9 @@ if ($isValid === true) {
        // Load template
        displayMessage($content);
 } else {
-       // Do we have already submit the form?
+       // Is there already submit the form?
        if (isPostRequestElementSet('nickname')) {
-               loadTemplate('admin_settings_unsaved', false, '{--MEMBER_NICKNAME_IS_INVALID--}');
+               displayErrorMessage('{--MEMBER_NICKNAME_IS_INVALID--}');
        } // END - if
 
        // Load Template