X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-config_home.php;h=610ddfd6bf9a126adcdc89da9d318b3f604e78b9;hb=04b69ac9f33369cbf654396c4a42cb1fff710ff4;hp=91d31bc0bd5e26d6be7405aacea91b8b8e627300;hpb=039203d5428c9c6a3bed61fb3a9a16958c6fd44c;p=mailer.git diff --git a/inc/modules/admin/what-config_home.php b/inc/modules/admin/what-config_home.php index 91d31bc0bd..610ddfd6bf 100644 --- a/inc/modules/admin/what-config_home.php +++ b/inc/modules/admin/what-config_home.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 * @@ -46,7 +47,7 @@ addMenuDescription('admin', __FILE__); // Init 'sub' value $sub = ''; -if (isGetRequestElementSet('sub')) $sub = getRequestElement('sub'); +if (isGetRequestParameterSet('sub')) $sub = getRequestParameter('sub'); switch ($sub) { case 'settings': // Settings related to the index page @@ -70,9 +71,9 @@ switch ($sub) { break; case 'target': // Set which what-file will be placed in home-page (only modules.php?module=index) - if (isGetRequestElementSet(('home'))) { + if (isGetRequestParameterSet(('home'))) { // Set new home - updateConfiguration('index_home', getRequestElement(('home'))); + updateConfiguration('index_home', getRequestParameter(('home'))); } // END - if // Load all what menu points