]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_network_data.php
Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-list_network_data.php
index aa4a9321bdcb4db94496cd75270a5899ab47b42e..04a6c37da5d04ef2a73342b5609676fe6df29385 100644 (file)
@@ -50,13 +50,13 @@ if (doVerifyExpertSettings() != 'agreed') {
 } // END - if
 
 // By default we should display list/add new forms
 } // END - if
 
 // By default we should display list/add new forms
-$GLOBALS['network_display'] = true;
+$GLOBALS['network_display'] = TRUE;
 
 // Handle form here
 doNetworkHandleForm();
 
 // Display forms?
 
 // Handle form here
 doNetworkHandleForm();
 
 // Display forms?
-if ($GLOBALS['network_display'] === false) {
+if ($GLOBALS['network_display'] === FALSE) {
        // Abort here
        return;
 } // END - if
        // Abort here
        return;
 } // END - if
@@ -84,11 +84,11 @@ if (!SQL_HASZERONUMS($result)) {
        $OUT = '';
        while ($content = SQL_FETCHARRAY($result)) {
                // Load row template
        $OUT = '';
        while ($content = SQL_FETCHARRAY($result)) {
                // Load row template
-               $OUT .= loadTemplate('admin_list_network_data_row', true, $content);
+               $OUT .= loadTemplate('admin_list_network_data_row', TRUE, $content);
        } // END - while
 
        // Load main template
        } // END - while
 
        // Load main template
-       loadTemplate('admin_list_network_data', false, $OUT);
+       loadTemplate('admin_list_network_data', FALSE, $OUT);
 } else {
        // Display a message that there are sponsor networks supported, yet
        displayMessage('{--ADMIN_NETWORK_NONE_SUPPORTED--}');
 } else {
        // Display a message that there are sponsor networks supported, yet
        displayMessage('{--ADMIN_NETWORK_NONE_SUPPORTED--}');