X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-list_surfbar.php;h=39c79cbbba3fe4135af8533020514800152f3ac5;hb=f6014bce7255a915872f2f463247440c0d58f9a9;hp=13175c53193c71a02069cc74348a2724cb1c5381;hpb=72cb68548833c40082bdd917824ce4cacc57d10d;p=mailer.git diff --git a/inc/modules/member/what-list_surfbar.php b/inc/modules/member/what-list_surfbar.php index 13175c5319..39c79cbbba 100644 --- a/inc/modules/member/what-list_surfbar.php +++ b/inc/modules/member/what-list_surfbar.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 * @@ -54,11 +54,11 @@ if ((!isExtensionActive('surfbar')) && (!isAdmin())) { $urlArray = SURFBAR_GET_USER_URLS(); // Are there entries or form is submitted? -if ((isFormSent()) && (isPostRequestParameterSet('action')) && (isPostRequestParameterSet('id'))) { +if ((isFormSent()) && (isPostRequestElementSet('action')) && (isPostRequestElementSet('id'))) { // Process the form if (SURFBAR_MEMBER_DO_FORM(postRequestArray(), $urlArray)) { // Action performed but shall we display it? - if (((postRequestParameter('action') != 'edit') && (postRequestParameter('action') != 'delete')) || (isPostRequestParameterSet('execute'))) { + if (((postRequestElement('action') != 'edit') && (postRequestElement('action') != 'delete')) || (isPostRequestElementSet('execute'))) { // Display "action done" message if action is wether 'edit' nor 'delete' or has been executed displayMessage('{--MEMBER_SURFBAR_ACTION_DONE--}'); } // END - if