X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=67ee4e01ded2919e34287077712afb25987087a8;hb=91c5ab6d4bba6959611a9b9661c032cc4c9da6e8;hp=54226ccbc5fdc82e3feec1a2206417243ddd2e4e;hpb=1ebf518b9552f71ee95de6f4b80e6de3a27716d1;p=mailer.git diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 54226ccbc5..67ee4e01de 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -1,7 +1,7 @@ 0 or your database will crow and crow and crow... if (!isPostRequestElementSet('online_timeout')) { unsetPostRequestElement('ok'); } @@ -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