X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_network_array_translation.php;h=b37aee521166f8ad848bc2a0ca275752e44ae5f8;hb=e5dde615db05fb62ebe91bd1c030f40c9b91fe17;hp=dfc1bdaf221e97e6ab87d49bfafb1f54aec07aa9;hpb=995488beda665a1fc3de65df95f2d1ae236d1245;p=mailer.git 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