X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_stats.php;h=62f16db3962d8f94904125c13a208811581eb9f1;hb=4f7df133f736da124e6f7bd02008b9093f736451;hp=71f10aace0c900da2526b0069087bf7daa32a952;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/inc/modules/admin/what-config_stats.php b/inc/modules/admin/what-config_stats.php index 71f10aace0..62f16db396 100644 --- a/inc/modules/admin/what-config_stats.php +++ b/inc/modules/admin/what-config_stats.php @@ -8,7 +8,7 @@ * -------------------------------------------------------------------- * * Short description : Setup default statistics mode * * -------------------------------------------------------------------- * - * Kurzbeschreibung : Standart Modus der Statistiken einstellen * + * Kurzbeschreibung : Standard Modus der Statistiken einstellen * * -------------------------------------------------------------------- * * $Revision:: $ * * $Date:: $ * @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * 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 * @@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { addYouAreHereLink('admin', __FILE__); // Was the form submitted? -if (isFormSent()) { +if (isFormSent('save_config')) { // Save settings adminSaveSettingsFromPostData(); } else { @@ -57,7 +57,7 @@ if (isFormSent()) { $content['guest_stats_' . strtolower(getConfig('guest_stats'))] = ' selected="selected"'; // Load template - loadTemplate('admin_config_stats', false, $content); + loadTemplate('admin_config_stats', FALSE, $content); } // [EOF]