]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_networks.php
A lot code rewritten:
[mailer.git] / inc / modules / admin / what-list_networks.php
index 2d931e8944e44165d9255dc32163d70bc1c41ed9..62123ad33c6d1dbd281c4ba5548655a05830d5df 100644 (file)
@@ -74,16 +74,10 @@ ORDER BY
 // Do we have entries?
 if (SQL_NUMROWS($result) > 0) {
        // List all
-       $SW = 2; $OUT = '';
+       $OUT = '';
        while ($content = SQL_FETCHARRAY($result)) {
-               // Add color switching
-               $content['sw'] = $SW;
-
                // Load row template
                $OUT .= loadTemplate('admin_list_networks_row', true, $content);
-
-               // Switch color
-               $SW = 3 - $SW;
        } // END - while
 
        // Load main template