]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-subids.php
Code style changed, ext-user continued:
[mailer.git] / inc / modules / member / what-subids.php
index 61f295ae035fd1608e1741616831a959f363eb92..1a92045be5b57b51d4c9a93a45556f2f93941aab 100644 (file)
@@ -55,7 +55,7 @@ if ((!isExtensionActive('user')) && (!isAdmin())) {
 } // END - if
 
 // By default show the list...
-$show = true;
+$show = TRUE;
 
 // Check for 'url_id' element
 //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'isFormSent()=' . intval(isFormSent('add_subid')) . ',ifPostContainsSelections()=' . intval(ifPostContainsSelections()) . ',countRequestPost()=' . countRequestPost());
@@ -76,7 +76,7 @@ if (isFormSent('add_subid')) {
        showEntriesByXmlCallback('member_edit_show_user_subid');
 
        // Do not show the list of URLs after this template
-       $show = false;
+       $show = FALSE;
 } elseif (isFormSent('do_edit')) {
        // Change data of entries
        showEntriesByXmlCallback('member_edit_do_user_subid');
@@ -85,7 +85,7 @@ if (isFormSent('add_subid')) {
        showEntriesByXmlCallback('member_delete_show_user_subid');
 
        // Do not show the list of URLs after this template
-       $show = false;
+       $show = FALSE;
 } elseif (isFormSent('do_delete')) {
        // Remove entries from database
        showEntriesByXmlCallback('member_delete_do_user_subid');
@@ -102,7 +102,7 @@ if (isFormSent('add_subid')) {
                loadIncludeOnce($incFile);
 
                // Do not show the list of URLs after this template
-               $show = false;
+               $show = FALSE;
        } else {
                // Display error message
                displayMessage('{--MEMBER_INVALID_DO_USER_SUBID--}');
@@ -110,9 +110,9 @@ if (isFormSent('add_subid')) {
 }
 
 // Show entries?
-if ($show === false) {
+if ($show === FALSE) {
        // No, a form has already been show
-       return false;
+       return FALSE;
 } // END - if
 
 // List all campaigns