X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_extensions.php;h=361ec31082f2eefc253394a5ce88503805f0b355;hb=21b7860d55b9125cb4adb9b48511d6b1cf0cae20;hp=4b3ee8db6cfce5735f0e12850c38db34da966df3;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/inc/modules/admin/what-config_extensions.php b/inc/modules/admin/what-config_extensions.php index 4b3ee8db6c..361ec31082 100644 --- a/inc/modules/admin/what-config_extensions.php +++ b/inc/modules/admin/what-config_extensions.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -47,21 +47,8 @@ if (isFormSent()) { // Save configuration adminSaveSettingsFromPostData(); } else { - // Prepare content - $content['verbose_y'] = ''; - $content['verbose_n'] = ''; - - // Prepare data - if (isVerboseSqlEnabled()) { - // Is enabled - $content['verbose_y'] = ' checked="checked"'; - } else { - // Is disabled - $content['verbose_n'] = ' checked="checked"'; - } - // Load template - loadTemplate('admin_config_extensions', false, $content); + loadTemplate('admin_config_extensions'); } // [EOF]