]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_network_translations.php
A lot code rewritten:
[mailer.git] / inc / modules / admin / what-list_network_translations.php
index cd5edd079db91a0212e9cd3c6149f62799dfa0d3..d5a0dc7f08b70464e5084071bafed9008f0d2622 100644 (file)
@@ -85,11 +85,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
@@ -98,7 +95,6 @@ ORDER BY
 
                        // Add row template and switch color
                        $OUT .= loadTemplate('admin_list_network_translations_row', true, $row);
-                       $SW = 3 - $SW;
                } // END - while
 
                // Prepare data for template