X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_imprint.php;h=47ea2b39ebef4523b7d6ed32a1558f4b33388038;hp=62791b66874e7237650418f37d843d2c1a332966;hb=cf3765c38cf0a76f396aca291f71858936e92956;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa diff --git a/inc/modules/admin/what-config_imprint.php b/inc/modules/admin/what-config_imprint.php index 62791b6687..47ea2b39eb 100644 --- a/inc/modules/admin/what-config_imprint.php +++ b/inc/modules/admin/what-config_imprint.php @@ -55,16 +55,10 @@ if (isFormSent()) { // Do we have entries? if (SQL_NUMROWS($result) > 0) { // Load all entries - $OUT = ''; $SW = 2; + $OUT = ''; while ($content = SQL_FETCHARRAY($result)) { - // Add more data - $content['sw'] = $SW; - // Load row template $OUT .= loadTemplate('admin_list_imprint_row', true, $content); - - // Switch color - $SW = 3 - $SW; } // END - while // Transfer all rows to $content