]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_home.php
ext-admins must be checked here, first admin had never 'allow'
[mailer.git] / inc / modules / admin / what-config_home.php
index f65e7a8f9a786a2d05ed15fe6ea604aa5a4b861d..e667473d89fd628f61058264b37f55e244cb4309 100644 (file)
@@ -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 *
@@ -51,7 +51,7 @@ if (isGetRequestElementSet('sub')) {
 
 switch ($sub) {
        case 'settings': // Settings related to the index page
-               if (isFormSent()) {
+               if (isFormSent('save_config')) {
                        // Save settings
                        adminSaveSettingsFromPostData();
 
@@ -66,7 +66,7 @@ switch ($sub) {
                        $content['cookie_selection'] = createConfigurationTimeSelections('index_cookie', 'YMWD');
 
                        // Output form
-                       loadTemplate('admin_config_home', false, $content);
+                       loadTemplate('admin_config_home', FALSE, $content);
                }
                break;
 
@@ -110,14 +110,14 @@ ORDER BY
                        $content['link'] = $newHomeLink;
 
                        // Load row template
-                       $OUT .= loadTemplate('admin_list_home_row', true, $content);
+                       $OUT .= loadTemplate('admin_list_home_row', TRUE, $content);
                } // END - while
 
                // Free memory
                SQL_FREERESULT($result);
 
                // Load template
-               loadTemplate('admin_list_home', false, $OUT);
+               loadTemplate('admin_list_home', FALSE, $OUT);
                break;
 
        default: // Output selection table