X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_network_types.php;h=c6ca40c374b3541728a0a1055c50eb60586746c7;hb=1e6a6da913a6c4cc58b4360aa2283aedb2a6744c;hp=c5a01a4b2998a8526e54c31c60e83b2594f52abe;hpb=0715fa7aa8e5e70bcf1d957fb09ae655c3896c4e;p=mailer.git diff --git a/inc/modules/admin/what-list_network_types.php b/inc/modules/admin/what-list_network_types.php index c5a01a4b29..c6ca40c374 100644 --- a/inc/modules/admin/what-list_network_types.php +++ b/inc/modules/admin/what-list_network_types.php @@ -85,10 +85,9 @@ ORDER BY // Do we have entries? if (SQL_NUMROWS($result) > 0) { // List all entries - $OUT = ''; $SW = 2; + $OUT = ''; while ($row = SQL_FETCHARRAY($result)) { // Add/translate some data - $row['sw'] = $SW; $row['network_type_banner_url'] = fixNullEmptyToDashes($row['network_type_banner_url'], 3); // Set disabled entry @@ -96,7 +95,6 @@ ORDER BY // Add row template and switch color $OUT .= loadTemplate('admin_list_network_types_row', true, $row); - $SW = 3 - $SW; } // END - while // Prepare data for template