X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_network_array_translation.php;h=b37aee521166f8ad848bc2a0ca275752e44ae5f8;hp=dfc1bdaf221e97e6ab87d49bfafb1f54aec07aa9;hb=cf3765c38cf0a76f396aca291f71858936e92956;hpb=7f5ffcc103a856b8867ac5739dcf0a3b6710413a diff --git a/inc/modules/admin/what-list_network_array_translation.php b/inc/modules/admin/what-list_network_array_translation.php index dfc1bdaf22..b37aee5211 100644 --- a/inc/modules/admin/what-list_network_array_translation.php +++ b/inc/modules/admin/what-list_network_array_translation.php @@ -106,11 +106,8 @@ ORDER BY // Do we have entries? if ($rows > 0) { // List all entries - $OUT = ''; $SW = 2; + $OUT = ''; while ($row = SQL_FETCHARRAY($result)) { - // Add color switching - $row['sw'] = $SW; - // Add it to network if the type matches selected if ($row['network_type_id'] == getRequestParameter('network_type_id')) { // Matches, then add it for disabling this entry @@ -119,7 +116,6 @@ ORDER BY // Add row template and switch color $OUT .= loadTemplate('admin_list_network_array_translation_row', true, $row); - $SW = 3 - $SW; } // END - while // Prepare data for template