X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=c17d617305e8e647a504ec3ec3b6456bfab920be;hp=54226ccbc5fdc82e3feec1a2206417243ddd2e4e;hb=9afd6ec5878544a7982c50ed9c0dd7de37606d5b;hpb=3c23bfaee208fa12adf5cdd9d8e9882612199d03 diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 54226ccbc5..c17d617305 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -102,7 +102,7 @@ if (isFormSent()) { $content[$entry . '_' . strtolower(getConfig($entry))] = ' checked="checked"'; } // END - foreach - for ($i = 0; $i <= 5; $i++) { + for ($i = '0'; $i <= 5; $i++) { $content['comma_def_' . $i] = ''; } // END - for