A lot code rewritten:
[mailer.git] / inc / modules / admin / what-edit_emails.php
index f90c9c1e3b90d791191c2ccabe6bdfe4a9d597c8..6cc821b374689f48dab4cbb83fa58c4e984b5ea3 100644 (file)
@@ -100,14 +100,10 @@ LIMIT 1",
                loadTemplate('admin_settings_saved', false, $content);
        } else {
                // There are mail orders available
-               $OUT = ''; $SW = 2;
+               $OUT = '';
                while ($content = SQL_FETCHARRAY($result)) {
-                       // Add color swapping
-                       $content['sw'] = $SW;
-
                        // Load row template and switch colors
                        $OUT .= loadTemplate('admin_edit_email_row', true, $content);
-                       $SW = 3 - $SW;
                } // END - while
 
                // Free memory