X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_top10.php;h=3eeb111bff45924957941de31c50d89c89e96814;hb=29157685184b9aa2ddbf42e9d2e49141af95f7e2;hp=0f6b70e9576b8139e4c4ac0f7bb647b0a75277d9;hpb=e2148142f8b1a8f40fd6e7ca32185569c5a9083e;p=mailer.git diff --git a/inc/modules/admin/what-config_top10.php b/inc/modules/admin/what-config_top10.php index 0f6b70e957..3eeb111bff 100644 --- a/inc/modules/admin/what-config_top10.php +++ b/inc/modules/admin/what-config_top10.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -48,11 +49,8 @@ if (isFormSent()) { // Save settings adminSaveSettingsFromPostData(); } else { - // Prepare constants for the template - $content['max'] = getConfig('top10_max'); - // Load form template - loadTemplate('admin_config_top10', false, $content); + loadTemplate('admin_config_top10'); } // [EOF]